Spaces:
Running
Running
File size: 411 Bytes
70ae7fc 5cbaad1 70ae7fc e1b96a4 70ae7fc 5cbaad1 c2c6f51 e1b96a4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[project]
name = "ai-gf"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"edge-tts>=7.2.3",
"fastapi>=0.121.3",
"huggingface-hub>=0.20.0",
"python-dotenv>=1.2.1",
"python-multipart>=0.0.20",
"uvicorn>=0.38.0",
"sqlalchemy>=2.0.0",
"psycopg2-binary>=2.9.0",
"gtts>=2.5.4",
"requests>=2.31.0",
]
|