-r requirements.txt

# Repository quality checks used locally and in CI.
pytest==9.0.3
pytest-asyncio==1.4.0
pytest-cov==7.1.0
# Parallel test execution. The suite is >1000 tests and the only reason a change
# takes minutes to verify; conftest keys its temp database and dataset directory
# by PID, so workers are already isolated. Keep the ASCII-only rule for this file.
pytest-xdist==3.8.0
ruff==0.16.3
pip-audit==2.10.1
