
[all]
tld[build,dev,docs,lint,test]

[build]
build
pkginfo
twine
wheel

[dev]
detect-secrets
ipython
uv

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

[lint]
doc8
mypy
pydoclint
ruff

[test]
coverage
fake.py
pytest-cov
pytest-codeblock
pytest
