[project] name = "llm-infa" version = "0.2.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.14" dependencies = [ "asyncio>=4.0.0", "asyncpg>=0.31.0", "fastapi>=0.129.0", "moviepy>=2.2.1", "pydantic>=2.12.5", "pydantic-settings>=2.13.0", "sqlalchemy>=2.0.46", "toml>=0.10.2", "uvicorn>=0.41.0", "yt-dlp>=2026.2.4", ]