# Core
fastapi==0.115.6
uvicorn[standard]==0.32.1
a2wsgi==1.10.8
httpx==0.28.1
aiohttp==3.10.11
beautifulsoup4==4.12.3
lxml==5.3.0
pydantic-settings==2.5.2
email-validator==2.1.0
jinja2==3.1.4

# Authentication
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.12

# Database
sqlalchemy==2.0.36
aiosqlite==0.20.0
alembic==1.13.1

# Logging
python-json-logger==3.2.1

# Security
python-dotenv==1.0.1
cryptography==44.0.0

# Optional: PostgreSQL support (uncomment if needed)


# Optional: Celery for background jobs (uncomment if needed)
celery==5.4.0
flower==2.0.1

# Optional: Monitoring (uncomment if needed)
# prometheus-client==0.21.0
# sentry-sdk==2.19.2


# Browser Impersonation (Anti-Bot Bypass)
curl_cffi==0.7.3
