Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
pydantic
|
| 4 |
-
requests
|
| 5 |
-
torch
|
| 6 |
-
torchaudio
|
| 7 |
-
TTS
|
| 8 |
-
soundfile
|
| 9 |
-
python-multipart
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn==0.24.0
|
| 3 |
+
pydantic==2.5.0
|
| 4 |
+
requests==2.31.0
|
| 5 |
+
torch==2.1.0
|
| 6 |
+
torchaudio==2.1.0
|
| 7 |
+
TTS==0.21.0
|
| 8 |
+
soundfile==0.12.1
|
| 9 |
+
python-multipart==0.0.6
|