# Test-only dependencies. Install separately from runtime requirements:
#   python3 -m venv /tmp/osop_test_venv
#   /tmp/osop_test_venv/bin/pip install -r backend/requirements-dev.txt
#
# httpx is pinned to match runtime requirements.txt (0.28.1).
pytest==8.3.4
pytest-asyncio==0.25.2
httpx==0.28.1
python-docx==1.1.2
openpyxl==3.1.5
