# Production Requirements for Google Reviews Scraper API
# Phase 1: PostgreSQL + Webhooks + Health Checks

# Core Framework
fastapi==0.109.0
uvicorn[standard]==0.27.0
pydantic==2.5.3

# Database
asyncpg==0.29.0  # PostgreSQL async driver

# HTTP Client (for webhooks)
httpx==0.26.0

# Scraping
seleniumbase==4.24.0
pyyaml==6.0.1

# Logging & Monitoring
python-multipart==0.0.6

# CORS
starlette==0.35.1
