0
0
mirror of https://github.com/thegeeklab/corenetworks.git synced 2024-06-03 03:09:40 +02:00
corenetworks/dev-requirements.txt

23 lines
387 B
Plaintext
Raw Normal View History

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