# Development / test dependencies — NOT installed in the production image.
# The production Dockerfile installs only requirements.txt (runtime deps).
# For local dev / CI test runs:  pip install -r requirements-dev.txt
-r requirements.txt

# Testing (test-only; verified not imported by any runtime code path)
pytest==7.4.4
pytest-asyncio==0.23.3
