Spaces:
Sleeping
Sleeping
update codebase
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai
|
2 |
+
uvicorn
|
3 |
+
fastapi
|
4 |
+
python-dotenv
|
5 |
+
python-multipart
|
6 |
+
config
|
7 |
+
PyGithub
|
8 |
+
httpx
|
9 |
+
pytest
|
10 |
+
gradio
|