From 3b84773a7d35cfb35196085886c4883e7e586b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BC=BA?= <1206709430@qq.com> Date: Thu, 19 Oct 2023 16:01:16 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0requirements.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/conf/env.example.py | 2 -- backend/requirements.txt | 49 ++++++++++++++++++------------------- 2 files changed, 24 insertions(+), 27 deletions(-) diff --git a/backend/conf/env.example.py b/backend/conf/env.example.py index 117e200..1e0a039 100644 --- a/backend/conf/env.example.py +++ b/backend/conf/env.example.py @@ -47,5 +47,3 @@ ALLOWED_HOSTS = ["*"] CUSTOM_APPS = [ "dvadmin.system", ] -# daphne启动命令 -#daphne application.asgi:application -b 0.0.0.0 -p 8000 diff --git a/backend/requirements.txt b/backend/requirements.txt index b6b068d..ed7cab7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,31 +1,30 @@ -Django==4.1.5 -django-comment-migrate==0.1.7 -django-cors-headers==3.13.0 -django-filter==21.1 +Django==4.2.6 +jango-comment-migrate==0.1.7 +django-cors-headers==4.3.0 +django-filter==23.3 django-ranged-response==0.2.0 djangorestframework==3.14.0 django-restql==0.15.3 -django-simple-captcha==0.5.17 -django-timezone-field==5.0 -djangorestframework-simplejwt==5.2.2 -drf-yasg==1.21.4 -mysqlclient==2.1.1 -pypinyin==0.48.0 -ua-parser==0.16.1 -pyparsing==3.0.9 -openpyxl==3.0.10 -requests==2.28.2 -typing-extensions==4.4.0 -smmap==5.0.0 -tzlocal==4.1 +django-simple-captcha==0.5.20 +django-timezone-field==6.0.1 +djangorestframework-simplejwt==5.3.0 +drf-yasg==1.21.7 +mysqlclient==2.2.0 +pypinyin==0.49.0 +ua-parser==0.18.0 +pyparsing==3.1.1 +openpyxl==3.1.2 +requests==2.31.0 +typing-extensions==4.8.0 +tzlocal==5.1 channels==4.0.0 -channels-redis==4.0.0 -websockets==10.4 +channels-redis==4.1.0 +websockets==11.0.3 user-agents==2.2.0 six==1.16.0 -whitenoise==6.3.0 -psycopg2==2.9.5 -uvicorn==0.21.1 -gunicorn==20.1.0 -gevent==22.10.2 -Pillow==8.3.2 +whitenoise==6.6.0 +psycopg2==2.9.9 +uvicorn==0.23.2 +gunicorn==21.2.0 +gevent==23.9.1 +Pillow==10.1.0 From 564e9a112b6f01e664029ebc6215e39eb49089c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BC=BA?= <1206709430@qq.com> Date: Thu, 19 Oct 2023 16:01:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0requirements.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ed7cab7..d4b0ded 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ Django==4.2.6 -jango-comment-migrate==0.1.7 +django-comment-migrate==0.1.7 django-cors-headers==4.3.0 django-filter==23.3 django-ranged-response==0.2.0