Dependencies And Extras
The base install intentionally has no required runtime dependencies.
The dev extra installs the local contributor toolchain:
build
mypy
pre-commit
pytest
pytest-cov
ruff
sphinx
sphinx-rtd-theme
twine
uv
Install it with:
pip install -e ".[dev]"