# === Core ===
playwright==1.49.1
playwright-stealth==1.0.6

# === AI ===
google-generativeai==0.8.4

# === Video Processing ===
opencv-python-headless==4.10.0.84
numpy>=1.26.0

# === Web Framework (Server API) ===
fastapi==0.115.6
uvicorn[standard]==0.34.0
sqlalchemy==2.0.36
asyncpg==0.30.0
alembic==1.14.0
pydantic==2.10.3
pydantic-settings==2.7.0

# === Task Queue ===
celery==5.4.0
redis==5.2.1

# === Auth & Security ===
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
pyotp==2.9.0

# === HTTP & Networking ===
httpx==0.28.1
aiohttp==3.11.11
python-dotenv==1.0.1

# === Utilities ===
loguru==0.7.3
rich==13.9.4
pyyaml==6.0.2
