26 lines
370 B
Plaintext
26 lines
370 B
Plaintext
# Core Framework
|
|
aiogram==3.4.1
|
|
fastapi==0.109.0
|
|
uvicorn==0.27.0
|
|
python-dotenv==1.0.0
|
|
|
|
# Database
|
|
sqlalchemy==2.0.25
|
|
psycopg2-binary==2.9.9
|
|
alembic==1.13.1
|
|
|
|
# Utilities
|
|
pydantic==2.5.3
|
|
pydantic-settings==2.1.0
|
|
redis==5.0.1
|
|
aioredis==2.0.1
|
|
|
|
# Logging & Monitoring
|
|
python-json-logger==2.0.7
|
|
|
|
# Development
|
|
pytest==7.4.4
|
|
pytest-asyncio==0.23.2
|
|
black==23.12.1
|
|
pylint==3.0.3
|