UPDATE
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
# === Core Django ===
|
||||
Django>=5.0,<5.2
|
||||
djangorestframework>=3.14,<3.16
|
||||
djangorestframework-simplejwt>=5.3,<5.4
|
||||
django-cors-headers>=4.3,<4.5
|
||||
|
||||
# === Database ===
|
||||
mysqlclient>=2.2,<2.3
|
||||
|
||||
# === Server ===
|
||||
gunicorn>=22,<23
|
||||
whitenoise>=6.7,<6.8
|
||||
|
||||
# === API Docs ===
|
||||
drf-spectacular>=0.27,<0.28
|
||||
drf-spectacular-sidecar>=2024.5,<2025.0
|
||||
|
||||
# === Config ===
|
||||
python-dotenv>=1.0,<1.1
|
||||
|
||||
# === Task Queue ===
|
||||
celery[redis]>=5.3,<5.4
|
||||
redis>=5.0,<5.1
|
||||
|
||||
# === HTTP & AI ===
|
||||
requests>=2.31,<2.32
|
||||
httpx>=0.27,<0.28
|
||||
openai>=1.0,<1.40
|
||||
openeo>=0.29,<0.40
|
||||
|
||||
# === NumPy (pinned for Python 3.10 compatibility) ===
|
||||
numpy>=1.23,<1.27
|
||||
scikit-learn>=1.3,<1.6
|
||||
matplotlib>=3.7,<3.9
|
||||
Pillow>=10.0,<11.0
|
||||
pcse
|
||||
|
||||
# === Vector Databases ===
|
||||
qdrant-client>=1.7,<1.9
|
||||
|
||||
# === Utils ===
|
||||
pyyaml>=6.0,<7
|
||||
Reference in New Issue
Block a user