test dowloand

This commit is contained in:
2026-02-18 14:07:21 +05:00
parent 11780384e0
commit 74b32e869f
8 changed files with 202 additions and 11 deletions

View File

@@ -1,10 +1,17 @@
[project]
name = "llm-infa"
version = "0.1.0"
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",
"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",
]