# Test-only dependencies for the backend suite (backend/tests).
# Install with:  pip install -r backend/requirements-test.txt
# The suite replaces all real LLM calls with a fake, so no provider SDKs/keys
# are needed to run it.
pytest>=8.0
pytest-asyncio>=0.23
pytest-html>=4.0
pytest-cov>=5.0
fakeredis>=2.20
httpx>=0.27
