# install + dependencies
-e .

# build
build==1.3.0

# lint
ruff==0.13.1

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

# type
mypy==1.18.2
