# Django
# ------------------------------------------------------------------------------
django-environ==0.11.2  # https://github.com/joke2k/django-environ
django-redis==5.4.0  # https://github.com/niwinz/django-redis
django-extensions==3.2.3

structlog>=21.4.0
colorama>=0.4.3

psycopg2-binary==2.9.9  # https://github.com/psycopg/psycopg2

# Testing
# ------------------------------------------------------------------------------
pytest==8.2.1   # https://github.com/pytest-dev/pytest
pytest-sugar==1.0.0  # https://github.com/Frozenball/pytest-sugar
pytest-cov==5.0.0

# Code quality
# ------------------------------------------------------------------------------
coverage==7.5.1  # https://github.com/nedbat/coveragepy
pylint-django==2.5.5  # https://github.com/PyCQA/pylint-django
pylint-celery==0.3  # https://github.com/PyCQA/pylint-celery

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

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

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