-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