# install + dependencies
-e .

# build
build==1.2.1

# docs
mkdocs==1.6.0

# lint
ruff==0.4.2

# tests
pytest==8.1.1
pytest-cov==5.0.0

# type
mypy==1.10.0
