ojuso-map/requirements/devel.in

25 lines
622 B
Plaintext

-r ./base.in
pip-tools
# Code quality
# ------------------------------------------------------------------------------
mypy # https://github.com/python/mypy
flake8 # https://github.com/PyCQA/flake8
black # https://github.com/black/black
coverage # https://github.com/nedbat/coveragepy
pre-commit # https://pre-commit.com/
# Django
# ------------------------------------------------------------------------------
django-debug-toolbar
# Testing
# ------------------------------------------------------------------------------
django-override-storage
django_coverage_plugin
pytest
pytest-cov
pytest-django
selenium