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.
|
|
|
|
|
|
2019-07-09 21:31:50 +02:00
|
|
|
# oh ffs: https://gitlab.com/pycqa/flake8-docstrings/issues/36
|
|
|
|
|
pydocstyle<4
|
|
|
|
|
|
2018-11-04 21:34:53 +01:00
|
|
|
flake8
|
|
|
|
|
flake8-bugbear
|
|
|
|
|
flake8-docstrings
|
|
|
|
|
flake8-builtins
|
|
|
|
|
flake8-comprehensions
|
|
|
|
|
pylint
|
|
|
|
|
mypy
|
2019-02-21 15:48:15 +01:00
|
|
|
pytest<5.0
|
2018-11-04 21:34:53 +01:00
|
|
|
pytest-cov
|
|
|
|
|
|
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
|
2018-11-05 00:38:20 +01:00
|
|
|
lib3to6
|
2019-01-07 16:01:27 +01:00
|
|
|
|
|
|
|
|
# needed for mypy coverage report
|
|
|
|
|
lxml
|