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

[build]
build
pkginfo
twine
wheel

[dev]
detect-secrets
ipython
uv

[docs]
sphinx
sphinx-autobuild
sphinx-rtd-theme>=1.3.0
sphinx-no-pragma
sphinx-llms-txt-link

[docs:python_version > "3.9"]
sphinx-source-tree

[lint]
doc8
mypy
pydoclint
ruff

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