# install + dependencies
-e .

# build
build==1.2.2

# docs
mkdocs==1.6.1

# lint
ruff==0.6.9

# tests
pytest==8.3.3
pytest-cov==5.0.0

# type
mypy==1.11.2
