# All dependencies needed to run the test suite from a source checkout.
# Usage: pip install -r requirements-dev.txt
#
# This is the quick path for auditors and reviewers who extract a zip
# and want to run pytest without a full editable install.
# For development, prefer: pip install -e ".[dev]"

# Runtime dependencies (must match pyproject.toml)
typer[all]==0.24.1
pydantic==2.12.5
rich==14.3.3
pyyaml==6.0.3
tomli-w==1.2.0
anthropic==0.86.0
httpx==0.28.1

# Test dependencies
pytest>=8.0.0
pytest-asyncio>=0.23.0
pytest-cov>=5.0.0
