This commit is contained in:
2024-11-19 18:00:11 +03:00
parent dc4abee6bc
commit a8740fdf2f
25 changed files with 295 additions and 41 deletions

View File

@ -7,6 +7,8 @@ requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.10.10",
"asyncio>=3.4.3",
"psycopg2-binary>=2.9.10",
"pyTelegramBotAPI==4.23.0",
"sqlalchemy>=2.0.36",
]