mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
Fixes #196 - Add temporary pinning of increments Co-authored-by: Manuel Barkhau <mbarkhau@gmail.com>
51 lines
1.1 KiB
Text
51 lines
1.1 KiB
Text
# 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.
|
|
|
|
# http://www.pydocstyle.org/en/4.0.0/release_notes.html
|
|
# Support for Python 2.x and PyPy has been dropped (#340).
|
|
pydocstyle<4
|
|
|
|
|
|
flake8
|
|
flake8-bugbear
|
|
flake8-docstrings
|
|
flake8-builtins
|
|
flake8-comprehensions
|
|
flake8-junit-report
|
|
flake8-2020
|
|
pylint==2.12.1
|
|
pylint-ignore>=2020.1013
|
|
isort
|
|
|
|
mypy==0.942
|
|
types-setuptools
|
|
types-toml
|
|
|
|
# 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; python_version >= "3.5"
|
|
pytest<5.0; python_version < "3.5"
|
|
pytest-cov
|
|
# https://github.com/pytest-dev/pytest-html/blob/master/CHANGES.rst
|
|
# pytest-html 2.0+ doesn't support python2.7
|
|
pytest-html<2.0
|
|
py
|
|
|
|
readme_renderer[md]
|
|
twine
|
|
|
|
md-toc
|
|
straitjacket>=v202008.1016
|
|
pycalver
|
|
lib3to6
|
|
|
|
# needed for mypy coverage report
|
|
lxml
|