2020-03-06 17:13:15 -06:00
|
|
|
-r requirements.in
|
|
|
|
|
2020-06-23 13:25:36 -05:00
|
|
|
# testing runner, test reporting, packages used during testing (e.g. requests-mock), etc.
|
|
|
|
pytest
|
|
|
|
pytest-cov
|
|
|
|
|
|
|
|
# linting and other static code analysis
|
2021-02-12 09:28:12 -06:00
|
|
|
bandit==1.6.2 # pinned because 1.7.0 wasn't running right in tox
|
2020-06-23 13:25:36 -05:00
|
|
|
dlint
|
2020-10-20 16:05:17 -05:00
|
|
|
flake8
|
2020-06-19 19:40:01 -05:00
|
|
|
flake8-blind-except
|
|
|
|
flake8-builtins
|
|
|
|
flake8-docstrings
|
|
|
|
flake8-executable
|
2020-06-23 13:25:36 -05:00
|
|
|
flake8-fixme
|
2020-06-19 19:40:01 -05:00
|
|
|
flake8-isort
|
|
|
|
flake8-logging-format
|
2020-10-20 16:05:17 -05:00
|
|
|
flake8-mutable
|
2020-06-23 13:25:36 -05:00
|
|
|
|
|
|
|
# maintenance utilities and tox
|
2020-03-06 23:44:20 -06:00
|
|
|
pip-tools # pip-compile
|
2020-06-16 22:59:23 -05:00
|
|
|
tox # CI stuff
|
|
|
|
tox-wheel # build wheels in tox
|
2020-03-07 00:15:14 -06:00
|
|
|
versioneer # automatic version numbering
|