ai-girlfriend / pyproject.toml
jeevzz's picture
Upload 2 files
70ae7fc verified
raw
history blame
367 Bytes
[project]
name = "ai-gf"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"edge-tts>=7.2.3",
"fastapi>=0.121.3",
"huggingface-hub>=1.1.5",
"python-dotenv>=1.2.1",
"python-multipart>=0.0.20",
"uvicorn>=0.38.0",
"sqlalchemy>=2.0.0",
"psycopg2-binary>=2.9.0",
]