mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
32 lines
541 B
Text
32 lines
541 B
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.
|
|
|
|
# oh ffs: https://gitlab.com/pycqa/flake8-docstrings/issues/36
|
|
pydocstyle<4
|
|
|
|
flake8
|
|
flake8-bugbear
|
|
flake8-docstrings
|
|
flake8-builtins
|
|
flake8-comprehensions
|
|
pylint
|
|
mypy
|
|
pytest<5.0
|
|
pytest-cov
|
|
|
|
readme_renderer[md]
|
|
twine
|
|
|
|
md-toc
|
|
straitjacket
|
|
pycalver
|
|
lib3to6
|
|
|
|
# needed for mypy coverage report
|
|
lxml
|