This commit is contained in:
2026-02-18 00:02:25 +05:00
parent a1ef89ff9a
commit 5e0f779a4d
17 changed files with 404 additions and 11 deletions

View File

@@ -6,6 +6,11 @@ readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"aiogram>=3.25.0",
"aiosqlite>=0.22.1",
"asyncio>=4.0.0",
"fastapi>=0.129.0",
"logging>=0.4.9.6",
"pydantic>=2.12.5",
"sqlalchemy>=2.0.46",
"toml>=0.10.2",
]