# --- build toolchain (PEP 517 front-end + backend) --------------------------
build>=1.2
hatchling>=1.18

# --- project runtime / test dependencies -----------------------------------
ruamel.yaml>=0.17   # YAML parser/serializer you use in code
hypothesis>=6.135       # property-based testing
typer>=0.12         # CLI helper
pytest>=8
pyyaml>=6.0          # YAML parser/serializer you use in tests
