Spaces:
Running
Running
Update pyproject.toml
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -7,11 +7,11 @@ requires-python = ">=3.10"
|
|
| 7 |
dependencies = [
|
| 8 |
"edge-tts>=7.2.3",
|
| 9 |
"fastapi>=0.121.3",
|
| 10 |
-
"huggingface-hub>=
|
| 11 |
"python-dotenv>=1.2.1",
|
| 12 |
"python-multipart>=0.0.20",
|
| 13 |
"uvicorn>=0.38.0",
|
| 14 |
"sqlalchemy>=2.0.0",
|
| 15 |
"psycopg2-binary>=2.9.0",
|
| 16 |
"gtts>=2.5.4",
|
| 17 |
-
]
|
|
|
|
| 7 |
dependencies = [
|
| 8 |
"edge-tts>=7.2.3",
|
| 9 |
"fastapi>=0.121.3",
|
| 10 |
+
"huggingface-hub>=0.20.0",
|
| 11 |
"python-dotenv>=1.2.1",
|
| 12 |
"python-multipart>=0.0.20",
|
| 13 |
"uvicorn>=0.38.0",
|
| 14 |
"sqlalchemy>=2.0.0",
|
| 15 |
"psycopg2-binary>=2.9.0",
|
| 16 |
"gtts>=2.5.4",
|
| 17 |
+
]
|