# Development and test dependencies.
# Install with:  pip install -r requirements.txt -r requirements-dev.txt
#
# Kept separate from requirements.txt so that a production install stays
# free of test tooling. Consolidating both into a pyproject.toml with
# dependency groups is tracked as QUA-001.

-r requirements.txt

pytest==8.4.2
pytest-cov==7.0.0
ruff==0.14.4
pip-audit==2.9.0
