# Core dependencies
pydantic>=2.0.0
requests>=2.28.0
click>=8.0.0

# AI providers
openai>=1.0.0
anthropic>=0.20.0

# Async support
aiohttp>=3.8.0
asyncio-throttle>=1.0.0

# Testing frameworks support
playwright>=1.20.0
selenium>=4.0.0

# Development dependencies (optional)
pytest>=7.0.0
pytest-asyncio>=0.20.0
black>=22.0.0
mypy>=1.0.0

# Documentation
sphinx>=5.0.0
sphinx-rtd-theme>=1.0.0 