# Django
# ------------------------------------------------------------------------------
django-environ==0.12.0  # https://github.com/joke2k/django-environ
django-redis==6.0.0  # https://github.com/niwinz/django-redis
django-extensions==4.1

structlog>=21.4.0
colorama>=0.4.3

psycopg[binary]==3.2.11 # https://github.com/psycopg/psycopg

# Testing
# ------------------------------------------------------------------------------
pytest==8.4.2   # https://github.com/pytest-dev/pytest
pytest-sugar==1.1.1  # https://github.com/Frozenball/pytest-sugar
pytest-cov==7.0.0

# Code quality
# ------------------------------------------------------------------------------
-r coverage.txt
pylint-django==2.6.1  # https://github.com/PyCQA/pylint-django
pylint-celery==0.3  # https://github.com/PyCQA/pylint-celery

# Django
# ------------------------------------------------------------------------------
factory-boy==3.3.3  # https://github.com/FactoryBoy/factory_boy

django-coverage-plugin==3.2.0  # https://github.com/nedbat/django_coverage_plugin
pytest-django==4.11.1  # https://github.com/pytest-dev/pytest-django

# Setup tools
# ------------------------------------------------------------------------------
setuptools>=41.0.1
