# install + dependencies
-e .

# build
build==1.3.0

# docs
mkdocs==1.6.1

# lint
ruff==0.14.1

# tests
pytest==8.4.2
pytest-cov==7.0.0

# type
mypy==1.18.2
