malek-messaoudii
commited on
Commit
·
300cb09
1
Parent(s):
3b2b211
Update requirements to include additional dependencies and maintain formatting
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
pydantic==2.5.0
|
|
@@ -10,5 +15,7 @@ huggingface_hub>=0.19.0
|
|
| 10 |
python-multipart
|
| 11 |
google-genai>=0.4.0
|
| 12 |
gtts==2.5.1
|
| 13 |
-
requests==2.31.0
|
| 14 |
-
ffmpeg-python==0.2.0
|
|
|
|
|
|
|
|
|
| 1 |
+
# System dependencies (install ffmpeg)
|
| 2 |
+
--find-links https://wheel-index.linuxserver.io/ubuntu/
|
| 3 |
+
ffmpeg
|
| 4 |
+
|
| 5 |
+
# Python dependencies
|
| 6 |
fastapi==0.104.1
|
| 7 |
uvicorn[standard]==0.24.0
|
| 8 |
pydantic==2.5.0
|
|
|
|
| 15 |
python-multipart
|
| 16 |
google-genai>=0.4.0
|
| 17 |
gtts==2.5.1
|
| 18 |
+
requests==2.31.0
|
| 19 |
+
ffmpeg-python==0.2.0
|
| 20 |
+
librosa==0.10.1
|
| 21 |
+
soundfile==0.12.1
|