pytest

[all]
pytest-codeblock[build,dev,docs,test]

[build]
build
twine
wheel

[dev]
detect-secrets
doc8
ipython
mypy
pydoclint
ruff
twine
uv

[docs]
sphinx<6.0
sphinx-autobuild
sphinx-rtd-theme>=1.3.0
sphinx-no-pragma

[test]
django
pytest
pytest-cov
pytest-django
