savagedb_bot/requirements.txt

20 lines
572 B
Plaintext
Raw Permalink 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 Bot Framework
aiogram==3.13.1
# Oracle Database
oracledb==2.5.0
# Async HTTP client (зависимость aiogram)
aiohttp==3.10.11
# Дополнительные зависимости для работы с данными
typing-extensions==4.12.2
# Для работы с датами и временем
python-dateutil==2.9.0
# Для логирования (встроенно в Python, но для совместимости)
# logging - встроенно
# Для работы с переменными окружения
python-dotenv==1.0.1