-r requirements.in # testing runner, test reporting, packages used during testing (e.g. requests-mock), etc. pytest pytest-cov pytest-django # linting and other static code analysis bandit dlint flake8 # flake8 and plugins, for local dev linting in vim flake8-blind-except flake8-builtins flake8-docstrings flake8-executable flake8-fixme flake8-isort flake8-logging-format flake8-mutable safety # maintenance utilities and tox pip-tools # pip-compile tox<4 # CI stuff tox-wheel # build wheels in tox versioneer # automatic version numbering # license/copyright tooling reuse