-r ./base.txt

werkzeug==1.0.1  # https://github.com/pallets/werkzeug
ipdb==0.13.4  # https://github.com/gotcha/ipdb

# Testing
# ------------------------------------------------------------------------------
mypy==0.790  # https://github.com/python/mypy
django-stubs==1.7.0  # https://github.com/typeddjango/django-stubs
pytest==6.2.5  # https://github.com/pytest-dev/pytest
pytest-sugar==0.9.4  # https://github.com/Frozenball/pytest-sugar
parameterized==0.7.0 # https://github.com/wolever/parameterized
pytest-xdist==2.4.0  # https://github.com/pytest-dev/pytest-xdist
pytest-cov==3.0.0  # https://github.com/pytest-dev/pytest-cov


# Code quality
# ------------------------------------------------------------------------------
flake8==3.8.4  # https://github.com/PyCQA/flake8
flake8-builtins==1.5.3  # https://github.com/gforcada/flake8-builtins
flake8-comprehensions==3.3.1  # https://github.com/adamchainz/flake8-comprehensions
flake8-print==4.0.0  # https://github.com/jbkahn/flake8-print
pep8-naming==0.11.1  # https://github.com/PyCQA/pep8-naming
coverage==5.2.1  # https://github.com/nedbat/coveragepy
pylint-django==2.3.0  # https://github.com/PyCQA/pylint-django
pylint==2.12.2  # https://github.com/PyCQA/pylint
pylint-celery==0.3  # https://github.com/PyCQA/pylint-celery
isort==5.6.4  # https://github.com/timothycrosley/isort

# Security
# ------------------------------------------------------------------------------
bandit==1.7.4  # https://github.com/PyCQA/bandit

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

django-debug-toolbar==3.2  # https://github.com/jazzband/django-debug-toolbar
django-extensions==3.1.0  # https://github.com/django-extensions/django-extensions
django-coverage-plugin==1.8.0  # https://github.com/nedbat/django_coverage_plugin
pytest-django==4.1.0  # https://github.com/pytest-dev/pytest-django
