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

23 lines
387 B
Plaintext
Raw Normal View History

2020-11-11 21:15:10 +00:00
pydocstyle==3.0.0; python_version < "3.5"
pydocstyle; python_version >= "3.5"
2020-03-30 21:28:34 +00:00
flake8
flake8-colors
flake8-blind-except
flake8-builtins
2020-11-11 20:59:02 +00:00
flake8-docstrings==1.5.0
2020-03-30 21:28:34 +00:00
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"