feat: 更新requirements.txt
This commit is contained in:
@@ -47,5 +47,3 @@ ALLOWED_HOSTS = ["*"]
|
|||||||
CUSTOM_APPS = [
|
CUSTOM_APPS = [
|
||||||
"dvadmin.system",
|
"dvadmin.system",
|
||||||
]
|
]
|
||||||
# daphne启动命令
|
|
||||||
#daphne application.asgi:application -b 0.0.0.0 -p 8000
|
|
||||||
|
|||||||
@@ -1,31 +1,30 @@
|
|||||||
Django==4.1.5
|
Django==4.2.6
|
||||||
django-comment-migrate==0.1.7
|
jango-comment-migrate==0.1.7
|
||||||
django-cors-headers==3.13.0
|
django-cors-headers==4.3.0
|
||||||
django-filter==21.1
|
django-filter==23.3
|
||||||
django-ranged-response==0.2.0
|
django-ranged-response==0.2.0
|
||||||
djangorestframework==3.14.0
|
djangorestframework==3.14.0
|
||||||
django-restql==0.15.3
|
django-restql==0.15.3
|
||||||
django-simple-captcha==0.5.17
|
django-simple-captcha==0.5.20
|
||||||
django-timezone-field==5.0
|
django-timezone-field==6.0.1
|
||||||
djangorestframework-simplejwt==5.2.2
|
djangorestframework-simplejwt==5.3.0
|
||||||
drf-yasg==1.21.4
|
drf-yasg==1.21.7
|
||||||
mysqlclient==2.1.1
|
mysqlclient==2.2.0
|
||||||
pypinyin==0.48.0
|
pypinyin==0.49.0
|
||||||
ua-parser==0.16.1
|
ua-parser==0.18.0
|
||||||
pyparsing==3.0.9
|
pyparsing==3.1.1
|
||||||
openpyxl==3.0.10
|
openpyxl==3.1.2
|
||||||
requests==2.28.2
|
requests==2.31.0
|
||||||
typing-extensions==4.4.0
|
typing-extensions==4.8.0
|
||||||
smmap==5.0.0
|
tzlocal==5.1
|
||||||
tzlocal==4.1
|
|
||||||
channels==4.0.0
|
channels==4.0.0
|
||||||
channels-redis==4.0.0
|
channels-redis==4.1.0
|
||||||
websockets==10.4
|
websockets==11.0.3
|
||||||
user-agents==2.2.0
|
user-agents==2.2.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
whitenoise==6.3.0
|
whitenoise==6.6.0
|
||||||
psycopg2==2.9.5
|
psycopg2==2.9.9
|
||||||
uvicorn==0.21.1
|
uvicorn==0.23.2
|
||||||
gunicorn==20.1.0
|
gunicorn==21.2.0
|
||||||
gevent==22.10.2
|
gevent==23.9.1
|
||||||
Pillow==8.3.2
|
Pillow==10.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user