ai-girlfriend / pyproject.toml
jeevzz's picture
Update pyproject.toml
c2c6f51 verified
raw
history blame contribute delete
411 Bytes
[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",
]