aprhodite/requirements.txt

27 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SexyChat Python dependencies
# Install: pip install -r requirements.txt
# ── Core ───────────────────────────────────────────────────────────────────
flask>=3.0,<4.0
flask-socketio>=5.3,<6.0
eventlet>=0.35,<1.0
gunicorn>=21.0,<22.0
# ── Database ───────────────────────────────────────────────────────────────
flask-sqlalchemy>=3.1,<4.0
flask-migrate>=4.0,<5.0
psycopg2-binary>=2.9,<3.0 # PostgreSQL driver
# ── Auth & security ────────────────────────────────────────────────────────
bcrypt>=4.0,<5.0
PyJWT>=2.8,<3.0
# ── Crypto (server-side AES-GCM for transit decryption) ───────────────────
cryptography>=42.0,<45.0
# ── Redis (Socket.IO adapter for multi-worker horizontal scaling) ──────────
redis>=5.0,<6.0
# ── Ollama HTTP client ──────────────────────────────────────────────────────
requests>=2.31,<3.0