playwright==1.40.0
beautifulsoup4==4.12.2
lxml==4.9.3
ollama==0.2.1
pydantic==2.7.4
typer==0.12.3
rich==13.7.1

[all]
openai>=1.0.0
anthropic>=0.8.0
PyYAML>=6.0

[anthropic]
anthropic>=0.8.0

[dev]
pytest>=6.0
pytest-asyncio
black
flake8
mypy
pre-commit

[openai]
openai>=1.0.0

[yaml]
PyYAML>=6.0
