# Core dependencies
playwright>=1.40.0
python-dotenv>=1.0.0
requests>=2.31.0
fastapi>=0.104.1
uvicorn>=0.24.0
pydantic>=2.4.2

# AI dependencies
google-generativeai>=0.3.0
aiohttp>=3.9.0

# Email handling
aiosmtplib>=2.0.2
python-multipart>=0.0.6

# Development dependencies
pytest>=7.0
pytest-cov>=3.0
pytest-asyncio>=0.21.1
black>=22.0
flake8>=4.0
mypy>=0.950
build>=1.0.3
twine>=4.0.2
