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
|
2018-11-04 21:34:53 +01:00
|
|
|
pylint
|
2020-07-19 21:24:40 +00:00
|
|
|
pylint-ignore
|
2018-11-04 21:34:53 +01:00
|
|
|
mypy
|
2020-07-19 13:58:33 +00:00
|
|
|
# pylint doesn't support isort>=5 for now
|
|
|
|
|
# https://github.com/PyCQA/pylint/issues/3722
|
|
|
|
|
isort<5
|
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+.
|
2019-02-21 15:48:15 +01:00
|
|
|
pytest<5.0
|
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
|
2018-11-04 21:34:53 +01:00
|
|
|
straitjacket
|
|
|
|
|
pycalver
|
2020-05-25 09:48:53 +00:00
|
|
|
lib3to6
|
2019-01-07 16:01:27 +01:00
|
|
|
|
|
|
|
|
# needed for mypy coverage report
|
|
|
|
|
lxml
|