This commit is contained in:
Artem Tsyrulnikov
2026-01-06 18:50:22 +03:00
parent 61f7ed093c
commit c73798da87
11 changed files with 959 additions and 521 deletions

View File

@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aerich>=0.9.2",
"aioboto3>=13.3.0",
"aiogram>=3.16.0",
"aiolimiter>=1.2.1",
"asyncpg>=0.30.0",
@@ -19,6 +20,7 @@ dependencies = [
"python-multipart>=0.0.20",
"tortoise-orm>=0.25.1",
"tortoise-orm-stubs>=1.0.2",
"types-aiobotocore-s3>=2.15.2",
"uvicorn>=0.38.0",
]