Spaces:
Running
Running
Update pyproject.toml
Browse files- pyproject.toml +2 -1
pyproject.toml
CHANGED
|
@@ -3,7 +3,7 @@ name = "ai-gf"
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
-
requires-python = ">=3.
|
| 7 |
dependencies = [
|
| 8 |
"edge-tts>=7.2.3",
|
| 9 |
"fastapi>=0.121.3",
|
|
@@ -13,4 +13,5 @@ dependencies = [
|
|
| 13 |
"uvicorn>=0.38.0",
|
| 14 |
"sqlalchemy>=2.0.0",
|
| 15 |
"psycopg2-binary>=2.9.0",
|
|
|
|
| 16 |
]
|
|
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.10"
|
| 7 |
dependencies = [
|
| 8 |
"edge-tts>=7.2.3",
|
| 9 |
"fastapi>=0.121.3",
|
|
|
|
| 13 |
"uvicorn>=0.38.0",
|
| 14 |
"sqlalchemy>=2.0.0",
|
| 15 |
"psycopg2-binary>=2.9.0",
|
| 16 |
+
"gtts>=2.5.4",
|
| 17 |
]
|