bumpver/requirements/integration.txt

42 lines
861 B
Text
Raw Normal View History

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
mypy
2020-05-25 07:45:46 +00:00
isort
# 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+.
pytest<5.0
2018-11-04 21:34:53 +01:00
pytest-cov
2020-05-25 07:45:46 +00:00
pytest-html
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
2019-01-07 16:01:27 +01:00
# needed for mypy coverage report
lxml