Files
tg_autopost/docker/db/requirements.txt
2025-08-08 09:43:34 +09:00

25 lines
567 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.

# Django
Django>=5.0,<6.0
django-environ>=0.11.2
django-celery-beat>=2.6.0
django-celery-results>=2.5.1
# Telegram Bot
python-telegram-bot>=21.6
# База данных (MariaDB/MySQL)
mysqlclient>=2.2.4 # Для работы Django с MariaDB
# Celery
celery>=5.4.0
redis>=5.0.4
# Для работы с временными зонами и датами
pytz>=2024.1
python-dateutil>=2.9.0
# Dev utils
black>=24.3.0 # автоформатирование
flake8>=7.0.0 # линтер
ipython>=8.22.0 # интерактивная консоль