Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +20 -3
requirements.txt
CHANGED
@@ -1,4 +1,21 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
2 |
requests==2.31.0
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.104.1
|
2 |
+
uvicorn[standard]==0.24.0
|
3 |
+
aiohttp==3.9.1
|
4 |
+
aiofiles==23.2.1
|
5 |
+
pydantic==2.5.0
|
6 |
+
pydub==0.25.1
|
7 |
requests==2.31.0
|
8 |
+
python-multipart==0.0.6
|
9 |
+
|
10 |
+
# For audio processing
|
11 |
+
ffmpeg-python==0.2.0
|
12 |
+
|
13 |
+
# Optional: For production deployment
|
14 |
+
gunicorn==21.2.0
|
15 |
+
|
16 |
+
# Optional: For task scheduling and background jobs
|
17 |
+
apscheduler==3.10.4
|
18 |
+
|
19 |
+
# Optional: For Redis-based task storage (production)
|
20 |
+
redis==5.0.1
|
21 |
+
celery==5.3.4
|