2018-11-04 21:34:53 +01:00
|
|
|
# These dependencies are installed using:
|
|
|
|
|
#
|
|
|
|
|
# pip install --upgrade
|
|
|
|
|
#
|
|
|
|
|
# This file should only declare dependencies related to code
|
|
|
|
|
# formatting, linting, testing and packaging.
|
|
|
|
|
#
|
|
|
|
|
# No dependencies required for production should be listed here.
|
|
|
|
|
|
2020-05-25 07:45:46 +00:00
|
|
|
# http://www.pydocstyle.org/en/4.0.0/release_notes.html
|
|
|
|
|
# Support for Python 2.x and PyPy has been dropped (#340).
|
2019-07-09 21:31:50 +02:00
|
|
|
pydocstyle<4
|
|
|
|
|
|
2020-05-25 07:45:46 +00:00
|
|
|
|
2018-11-04 21:34:53 +01:00
|
|
|
flake8
|
|
|
|
|
flake8-bugbear
|
|
|
|
|
flake8-docstrings
|
|
|
|
|
flake8-builtins
|
|
|
|
|
flake8-comprehensions
|
2020-05-25 07:45:46 +00:00
|
|
|
flake8-junit-report
|
2020-10-05 20:52:04 +00:00
|
|
|
flake8-2020
|
2022-06-05 00:33:12 +00:00
|
|
|
pylint<2.13
|
2020-08-26 21:49:01 +00:00
|
|
|
pylint-ignore>=2020.1013
|
2020-10-15 16:53:19 +00:00
|
|
|
isort
|
2020-05-25 07:45:46 +00:00
|
|
|
|
2022-06-05 01:04:35 +00:00
|
|
|
mypy==0.942
|
2021-07-19 16:12:04 +00:00
|
|
|
types-setuptools
|
|
|
|
|
types-toml
|
|
|
|
|
|
2020-05-25 07:45:46 +00:00
|
|
|
# http://doc.pytest.org/en/latest/py27-py34-deprecation.html
|
|
|
|
|
# The pytest 4.6 series will be the last to support Python 2.7
|
|
|
|
|
# and 3.4, and is scheduled to be released by mid-2019.
|
|
|
|
|
# pytest 5.0 and onwards will support only Python 3.5+.
|
2020-10-15 16:53:19 +00:00
|
|
|
pytest; python_version >= "3.5"
|
|
|
|
|
pytest<5.0; python_version < "3.5"
|
2018-11-04 21:34:53 +01:00
|
|
|
pytest-cov
|
2020-07-19 13:58:33 +00:00
|
|
|
# https://github.com/pytest-dev/pytest-html/blob/master/CHANGES.rst
|
|
|
|
|
# pytest-html 2.0+ doesn't support python2.7
|
|
|
|
|
pytest-html<2.0
|
2018-11-04 21:34:53 +01:00
|
|
|
|
2018-12-05 09:42:26 +01:00
|
|
|
readme_renderer[md]
|
2018-11-04 21:34:53 +01:00
|
|
|
twine
|
|
|
|
|
|
2018-11-05 00:18:49 +01:00
|
|
|
md-toc
|
2020-08-26 21:49:01 +00:00
|
|
|
straitjacket>=v202008.1016
|
2018-11-04 21:34:53 +01:00
|
|
|
pycalver
|
2020-05-25 09:48:53 +00:00
|
|
|
lib3to6
|
2019-01-07 16:01:27 +01:00
|
|
|
|
|
|
|
|
# needed for mypy coverage report
|
|
|
|
|
lxml
|