feat: 固定依赖包

This commit is contained in:
caoqianming 2026-01-08 10:40:00 +08:00
parent 02e3265133
commit e2a92b6faa
1 changed files with 16 additions and 16 deletions

View File

@ -1,31 +1,31 @@
# ======================= # =======================
# Core # Core
# ======================= # =======================
Django>=4.2,<4.3 Django==4.2.27
djangorestframework>=3.14.0 djangorestframework==3.16.1
django-filter>=23.5 django-filter==23.5
django-cors-headers>=4.3.0 django-cors-headers==4.9.0
djangorestframework-simplejwt>=5.2.2 djangorestframework-simplejwt==5.5.1
django-restql==0.15.2 django-restql==0.15.2
# ======================= # =======================
# Celery # Celery
# ======================= # =======================
celery>=5.3.6 celery==5.6.2
django-celery-beat>=2.5.0 django-celery-beat==2.8.1
django-celery-results>=2.5.1 django-celery-results==2.6.0
redis>=4.4.0 redis==7.1.0
django-redis>=5.3.0 django-redis==6.0.0
cron-descriptor==1.2.35 cron-descriptor==1.2.35
# ======================= # =======================
# Channels / ASGI # Channels / ASGI
# ======================= # =======================
channels>=4.0.0 channels==4.3.2
daphne>=4.0.0 daphne==4.0.0
channels-redis>=4.1.0 channels-redis==4.3.0
# ======================= # =======================
# API Docs # API Docs
@ -41,14 +41,14 @@ psutil==5.9.0
# ======================= # =======================
# Media / Image / CV # Media / Image / CV
# ======================= # =======================
pillow>=9.5.0 pillow==9.5.0
opencv-python==4.5.5.62 opencv-python==4.5.5.62
shapely==1.8.3 shapely==1.8.3
# ======================= # =======================
# Network / RPC # Network / RPC
# ======================= # =======================
requests>=2.31.0 requests==2.32.5
grpcio==1.47.0 grpcio==1.47.0
grpcio-tools==1.47.0 grpcio-tools==1.47.0
protobuf==3.20.1 protobuf==3.20.1
@ -68,7 +68,7 @@ pycryptodome==3.15.0
# Excel / Docs # Excel / Docs
# ======================= # =======================
xlwt==1.3.0 xlwt==1.3.0
openpyxl>=3.1.2 openpyxl==3.1.5
docxtpl==0.16.7 docxtpl==0.16.7
# ======================= # =======================