Modernize bot for Python 3.12
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
# Updated for Python 3.12 compatibility
|
||||
aiogram==3.16.0
|
||||
aiohttp>=3.11.0
|
||||
sqlalchemy==2.0.36
|
||||
alembic==1.14.0
|
||||
python-dotenv==1.0.1
|
||||
asyncpg==0.30.0
|
||||
aiosqlite==0.20.0
|
||||
redis==5.2.1
|
||||
aioredis==2.0.1
|
||||
apscheduler==3.10.4
|
||||
openpyxl==3.1.2
|
||||
# Runtime target: Python 3.12+
|
||||
aiogram==3.29.0
|
||||
aiohttp==3.14.1
|
||||
SQLAlchemy==2.0.51
|
||||
alembic==1.18.5
|
||||
python-dotenv==1.2.2
|
||||
asyncpg==0.31.0
|
||||
aiosqlite==0.22.1
|
||||
redis==8.0.1
|
||||
APScheduler==3.11.3
|
||||
openpyxl==3.1.5
|
||||
|
||||
# Development / diagnostics
|
||||
pytest==9.1.1
|
||||
pytest-asyncio==1.4.0
|
||||
|
||||
Reference in New Issue
Block a user