
[all]
setuptools
setuptools-scm
wheel
twine
check-manifest
pytest
pytest-cov
coverage
ruff
mypy
mkdocs

[dev]
setuptools
setuptools-scm
wheel
twine
check-manifest

[docs]
mkdocs

[fmt]
ruff

[lint]
mypy

[test]
pytest
pytest-cov
coverage
