Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -13
requirements.txt
CHANGED
|
@@ -1,13 +1,10 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
pytz
|
| 12 |
-
gunicorn
|
| 13 |
-
apscheduler==3.8.1
|
|
|
|
| 1 |
+
fastapi>=0.98.0
|
| 2 |
+
uvicorn>=0.22.0
|
| 3 |
+
pydantic>=2.0.0
|
| 4 |
+
openai-whisper>=20230314
|
| 5 |
+
googletrans>=3.1.0a0
|
| 6 |
+
gtts>=2.3.2
|
| 7 |
+
yt-dlp>=2023.3.4
|
| 8 |
+
python-multipart>=0.0.6
|
| 9 |
+
aiofiles>=23.1.0
|
| 10 |
+
httpx>=0.24.1
|
|
|
|
|
|
|
|
|