# development dependencies (see docs.txt for documentation building dependencies)
# linting and static type-checking
flake8>=3.7.7, <4.0.0
mypy>=0.670, <0.900
# testing
pytest>=5.3.5, <7.0.0
pytest-cov>=2.6.1, <3.0.0
pytest-xdist>=1.28.0, <3.0.0 # for distributed testing, currently unused (see setup.cfg)s
# other
pre-commit>=1.20.0, <3.0.0
tox>=3.21.0, <4.0.0 # used to generate licence info via `make licenses`
twine>3.2.0, <4.0.0
