mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
bootstrapit update
This commit is contained in:
parent
02597962d0
commit
4d8395050f
9 changed files with 94 additions and 57 deletions
|
|
@ -7,18 +7,28 @@
|
|||
#
|
||||
# No dependencies required for production should be listed here.
|
||||
|
||||
# oh ffs: https://gitlab.com/pycqa/flake8-docstrings/issues/36
|
||||
# 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
|
||||
pylint
|
||||
mypy
|
||||
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
|
||||
pytest-cov
|
||||
pytest-html
|
||||
|
||||
readme_renderer[md]
|
||||
twine
|
||||
|
|
@ -26,7 +36,6 @@ twine
|
|||
md-toc
|
||||
straitjacket
|
||||
pycalver
|
||||
lib3to6
|
||||
|
||||
# needed for mypy coverage report
|
||||
lxml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue