# === Core ===
playwright>=1.49.1
playwright-stealth>=2.0.0,<3
imageio-ffmpeg>=0.5,<1

# === AI ===
google-genai>=1.47.0,<2

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

# === Web Framework (Server API) ===
fastapi>=0.115.0
uvicorn[standard]>=0.34.0
python-multipart>=0.0.12
sqlalchemy>=2.0.0
asyncpg>=0.30.0
alembic>=1.14.0
pydantic>=2.10.0
pydantic-settings>=2.7.0

# === Task Queue ===
celery>=5.4.0
redis>=5.2.0

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

# === HTTP & Networking ===
httpx>=0.28.0
aiohttp>=3.11.0
python-dotenv>=1.0.1

# === Utilities ===
gdown>=5.2.0,<6
loguru>=0.7.2
rich>=13.9.0
pyyaml>=6.0.2
