Files
remnawave-bedolaga-telegram…/requirements.txt
2025-08-05 05:30:43 +03:00

39 lines
515 B
Plaintext

# Telegram Bot Framework
aiogram>=3.4.0
# Database
SQLAlchemy>=2.0.0
alembic>=1.12.0
# PostgreSQL driver
asyncpg>=0.28.0
psycopg2-binary>=2.9.0
# SQLite driver (fallback)
aiosqlite>=0.19.0
# HTTP Client
aiohttp>=3.8.0
aiofiles>=23.0.0
# Redis (optional)
redis>=4.5.0
aioredis>=2.0.0
# Utilities
python-dotenv>=1.0.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
# Logging and monitoring
structlog>=23.0.0
# Date and time
python-dateutil>=2.8.0
# Cryptography
cryptography>=42.0.0
# JSON handling
orjson>=3.9.0