mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-02-15 16:40:28 +00:00
29 lines
548 B
Plaintext
29 lines
548 B
Plaintext
# Основные зависимости
|
|
aiogram==3.7.0
|
|
aiohttp==3.9.1
|
|
asyncpg==0.29.0
|
|
SQLAlchemy==2.0.25
|
|
alembic==1.13.1
|
|
aiosqlite==0.19.0
|
|
|
|
# Дополнительные зависимости
|
|
pydantic==2.5.3
|
|
pydantic-settings==2.1.0
|
|
python-dotenv==1.0.0
|
|
redis==5.0.1
|
|
|
|
# YooKassa SDK
|
|
yookassa==3.0.0
|
|
|
|
# Логирование и мониторинг
|
|
structlog==23.2.0
|
|
|
|
# Планировщик задач для техработ
|
|
APScheduler==3.10.4
|
|
|
|
# Утилиты
|
|
python-dateutil==2.8.2
|
|
pytz==2023.4
|
|
cryptography>=41.0.0
|
|
qrcode[pil]==7.4.2
|