Spaces:
Paused
Paused
Upload requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
python-multipart==0.0.9
|
| 2 |
+
fastapi==0.111.0
|
| 3 |
+
uvicorn==0.29.0
|
| 4 |
+
typing_extensions==4.11.0
|
| 5 |
+
pydantic==2.7.1
|
| 6 |
+
aiohttp==3.11.11
|
| 7 |
+
aiofiles==24.1.0
|
| 8 |
+
python-dotenv==1.0.1
|
| 9 |
+
pydub==0.25.1 #may requires ffmpeg
|
| 10 |
+
scipy==1.14.0
|
| 11 |
+
soundfile==0.13.1
|
| 12 |
+
numpy==1.26.4
|
| 13 |
+
python-jose==3.3.0 #[cryptography]
|
| 14 |
+
passlib==1.7.4
|
| 15 |
+
python-multipart==0.0.9
|
| 16 |
+
pydantic==2.7.1 #[email]
|
| 17 |
+
bcrypt==4.1.3
|
| 18 |
+
SQLAlchemy==2.0.37
|
| 19 |
+
psycopg2-binary>=2.9.6
|