# Core
playwright==1.44.0
pytest==8.2.0
pytest-asyncio==0.23.6

# HTTP client for Ollama
httpx==0.27.0

# Anthropic Claude cloud backend (optional — only needed for --llm-provider=anthropic)
anthropic>=0.40.0

# DOM parsing
beautifulsoup4==4.12.3
lxml==5.2.1

# Testing utilities
pytest-mock==3.14.0

# Reporting (optional)
rich==13.7.1
