# Single source of truth for dependencies is pyproject.toml.
# This file installs the project (and its core runtime dependencies) in
# editable mode so existing `pip install -r requirements.txt` workflows keep
# working.
-e .
