Files
Ai/requirements.txt
T

36 lines
583 B
Plaintext
Raw Normal View History

2026-03-20 04:46:50 +03:30
# === Core Django ===
2026-03-20 04:10:04 +03:30
Django>=5.0,<5.2
djangorestframework>=3.14,<3.16
djangorestframework-simplejwt>=5.3,<5.4
django-cors-headers>=4.3,<4.5
2026-03-20 04:46:50 +03:30
# === Database ===
2026-03-20 04:10:04 +03:30
mysqlclient>=2.2,<2.3
2026-03-20 04:46:50 +03:30
# === Server ===
2026-03-20 04:10:04 +03:30
gunicorn>=22,<23
2026-03-20 04:46:50 +03:30
# === API Docs ===
# === Config ===
2026-03-20 04:10:04 +03:30
python-dotenv>=1.0,<1.1
2026-03-20 04:46:50 +03:30
# === Task Queue ===
2026-03-20 04:10:04 +03:30
celery[redis]>=5.3,<5.4
redis>=5.0,<5.1
2026-03-20 04:46:50 +03:30
# === HTTP & AI ===
2026-03-20 04:10:04 +03:30
requests>=2.31,<2.32
2026-04-02 16:17:48 +03:30
httpx>=0.27,<0.28
2026-03-20 04:10:04 +03:30
openai>=1.0,<1.40
2026-03-20 04:46:50 +03:30
# === NumPy (pinned for Python 3.10 compatibility) ===
numpy>=1.23,<1.27
2026-04-24 17:40:25 +03:30
pcse
2026-03-20 04:46:50 +03:30
# === Vector Databases ===
2026-03-20 04:10:04 +03:30
qdrant-client>=1.7,<1.9
2026-03-20 04:46:50 +03:30
# === Utils ===
2026-03-20 04:10:04 +03:30
pyyaml>=6.0,<7