0
0
mirror of https://github.com/thegeeklab/corenetworks.git synced 2024-11-10 21:40:40 +00:00
corenetworks/dev-requirements.txt

22 lines
326 B
Plaintext
Raw Normal View History

2020-03-30 21:28:34 +00:00
pydocstyle<4.0.0
flake8
flake8-colors
flake8-blind-except
flake8-builtins
flake8-docstrings<=3.0.0
flake8-isort
flake8-logging-format
flake8-polyfill
flake8-quotes
2020-04-11 12:13:41 +00:00
flake8-pep3101
2020-04-11 10:50:01 +00:00
flake8-eradicate; python_version >= "3.6"
2020-03-30 21:28:34 +00:00
pep8-naming
2020-04-10 15:16:14 +00:00
wheel
2020-03-30 21:28:34 +00:00
pytest
pytest-mock
2020-04-03 20:12:58 +00:00
pytest-cov
bandit
2020-04-03 20:10:28 +00:00
requests-mock
2020-03-30 21:28:34 +00:00
yapf
2020-04-14 23:33:49 +00:00
pdoc3; python_version >= "3.6"