anime-gen-api / pyproject.toml
AswinMathew's picture
Upload folder using huggingface_hub
7190fd0 verified
raw
history blame contribute delete
776 Bytes
[project]
name = "anime-generator"
version = "0.1.0"
description = "Web novel to anime video converter"
requires-python = ">=3.12"
dependencies = [
"fastapi[standard]>=0.115.0",
"uvicorn[standard]>=0.32.0",
"sqlalchemy[asyncio]>=2.0.0",
"aiosqlite>=0.20.0",
"pydantic>=2.0.0",
"pydantic-settings>=2.0.0",
"python-jose[cryptography]>=3.3.0",
"passlib[bcrypt]>=1.7.4",
"python-multipart>=0.0.9",
"httpx>=0.27.0",
"edge-tts>=6.1.0",
"Pillow>=10.0.0",
"pymupdf>=1.24.0",
"opencv-python-headless>=4.9.0",
"numpy>=1.26.0",
"pocket-tts>=0.1.0",
"huggingface-hub>=0.20.0",
"scipy>=1.12.0",
"safetensors>=0.4.0",
]
[project.optional-dependencies]
dev = [
"pytest>=8.0.0",
"pytest-asyncio>=0.24.0",
]