Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn==0.24.0
|
| 3 |
+
pydantic==2.5.0
|
| 4 |
+
sqlalchemy==2.0.23
|
| 5 |
+
aiosqlite==0.19.0
|
| 6 |
+
requests==2.31.0
|
| 7 |
+
python-dotenv==1.0.0
|
| 8 |
+
huggingface-hub==0.19.4
|
| 9 |
+
aiofiles==23.2.1
|
| 10 |
+
python-multipart==0.0.6
|
| 11 |
+
email-validator==2.1.0
|