From e2a92b6faa1729811e5326a0450074f7aaa95cc4 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 8 Jan 2026 10:40:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9B=BA=E5=AE=9A=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/requirements.txt b/requirements.txt index b6e620fc..0f5f390e 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,31 +1,31 @@ # ======================= # Core # ======================= -Django>=4.2,<4.3 +Django==4.2.27 -djangorestframework>=3.14.0 -django-filter>=23.5 -django-cors-headers>=4.3.0 +djangorestframework==3.16.1 +django-filter==23.5 +django-cors-headers==4.9.0 -djangorestframework-simplejwt>=5.2.2 +djangorestframework-simplejwt==5.5.1 django-restql==0.15.2 # ======================= # Celery # ======================= -celery>=5.3.6 -django-celery-beat>=2.5.0 -django-celery-results>=2.5.1 -redis>=4.4.0 -django-redis>=5.3.0 +celery==5.6.2 +django-celery-beat==2.8.1 +django-celery-results==2.6.0 +redis==7.1.0 +django-redis==6.0.0 cron-descriptor==1.2.35 # ======================= # Channels / ASGI # ======================= -channels>=4.0.0 -daphne>=4.0.0 -channels-redis>=4.1.0 +channels==4.3.2 +daphne==4.0.0 +channels-redis==4.3.0 # ======================= # API Docs @@ -41,14 +41,14 @@ psutil==5.9.0 # ======================= # Media / Image / CV # ======================= -pillow>=9.5.0 +pillow==9.5.0 opencv-python==4.5.5.62 shapely==1.8.3 # ======================= # Network / RPC # ======================= -requests>=2.31.0 +requests==2.32.5 grpcio==1.47.0 grpcio-tools==1.47.0 protobuf==3.20.1 @@ -68,7 +68,7 @@ pycryptodome==3.15.0 # Excel / Docs # ======================= xlwt==1.3.0 -openpyxl>=3.1.2 +openpyxl==3.1.5 docxtpl==0.16.7 # =======================