Files
AnonBot/requirements.txt

29 lines
651 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Основные зависимости для Telegram бота
aiogram==3.3.0
aiohttp==3.9.1
aiosqlite==0.19.0
# Для работы с переменными окружения
python-dotenv==1.0.0
# Для работы с датами
python-dateutil==2.8.2
# Для валидации данных
pydantic==2.5.2
# Для логирования
loguru==0.7.2
# Для работы с JSON
orjson==3.9.10
# Дополнительные утилиты
cryptography>=42.0.0
# Для Prometheus метрик
prometheus-client==0.19.0
# Для работы с процессами и системной информацией
psutil==5.9.8