# Backend test dependencies
# Install with: pip install -r tests/backend/requirements-test.txt

pytest>=8.0
pytest-asyncio>=0.24
pytest-mock>=3.12
httpx>=0.27
respx>=0.21
pytest-cov>=5.0

# Runtime deps (must match backend/requirements.txt)
fastapi>=0.111
uvicorn>=0.30
aiosqlite>=0.20
python-dotenv>=1.0
pydantic>=2.0
