39246-vm/requirements.txt
2026-03-20 02:38:40 +03:00

17 lines
471 B
Plaintext

fastapi>=0.110.0
uvicorn[standard]>=0.29.0
playwright>=1.43.0
httpx>=0.27.0
sqlalchemy>=2.0.0
# PostgreSQL support (N12) — only needed if using Postgres instead of SQLite
# pip install psycopg2-binary
# psycopg2-binary>=2.9.9
# Redis cache + pub/sub (optional — app runs without it, enabled via REDIS_URL env var)
# pip install redis
# redis>=5.0.0
# Optional: for CAPTCHA solving (N2)
# Sign up at 2captcha.com or capsolver.com and enter your API key in Settings