
[coverage]
coverage[toml]>=6.3.1
diff_cover>=3

[docs]
sphinx~=4.5
sphinx-argparse-cli>=1.5
sphinx-autodoc-typehints>=1.18
sphinxcontrib-apidoc~=0.3.0
sphinxcontrib-confluencebuilder~=1.8.0

[lint]
pre-commit
pyproject-flake8

[test]
pytest>=6.2.4
pytest-cases>=3.6.11
pytest-cov>=2.12
pytest-mock>=3
pytest-xdist>=1.34
toml>=0.10.0
tox

[typing]
mypy>=0.950
typing-extensions>=4.2.0
