This commit is contained in:
2026-01-28 15:53:27 +03:00
parent a2b525f997
commit 8499142e22
24 changed files with 1685 additions and 1040 deletions

View File

@ -7,8 +7,9 @@ requires-python = ">=3.12"
dependencies = [
"pyTelegramBotAPI >= 4.30.0",
"SQLAlchemy >= 2.0.46",
"psycopg2-binary >= 2.9.11",
"asyncpg >= 0.29.0",
"python-dotenv >= 1.2.1",
"APScheduler >= 3.11.2",
"pytz >= 2025.2",
"aiohttp>=3.13.3",
]