mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
update requirements
This commit is contained in:
parent
f2222a6ea8
commit
fc2063eccb
3 changed files with 12 additions and 12 deletions
|
@ -4,19 +4,19 @@ django-bootstrap-icons==0.8.3
|
||||||
django-login-required-middleware==0.9.0
|
django-login-required-middleware==0.9.0
|
||||||
django-otp==1.2.2
|
django-otp==1.2.2
|
||||||
django-qr-code==3.1.1
|
django-qr-code==3.1.1
|
||||||
gunicorn==20.1.0
|
gunicorn==21.2.0
|
||||||
libsass==0.22.0
|
libsass==0.22.0
|
||||||
libvirt-python==9.5.0
|
libvirt-python==9.6.0
|
||||||
lxml==4.9.3
|
lxml==4.9.3
|
||||||
qrcode==7.4.2
|
qrcode==7.4.2
|
||||||
rwlock==0.0.7
|
rwlock==0.0.7
|
||||||
websockify==0.10.0
|
websockify==0.10.0
|
||||||
zipp==3.13.0
|
zipp==3.16.2
|
||||||
ldap3==2.9.1
|
ldap3==2.9.1
|
||||||
python-engineio==4.5.1
|
python-engineio==4.5.1
|
||||||
python-socketio==5.8.0
|
python-socketio==5.8.0
|
||||||
eventlet==0.33.3
|
eventlet==0.33.3
|
||||||
djangorestframework==3.14.0
|
djangorestframework==3.14.0
|
||||||
drf-nested-routers==0.93.4
|
drf-nested-routers==0.93.4
|
||||||
drf-yasg==1.21.6
|
drf-yasg==1.21.7
|
||||||
markdown>=3.4.1
|
markdown>=3.4.1
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
-r ../conf/requirements.txt
|
-r ../conf/requirements.txt
|
||||||
coverage==7.2.7
|
coverage==7.3.0
|
||||||
django-debug-toolbar==4.1.0
|
django-debug-toolbar==4.2.0
|
||||||
django-debug-toolbar-template-profiler
|
django-debug-toolbar-template-profiler
|
||||||
pycodestyle==2.10.0
|
pycodestyle==2.11.0
|
||||||
pyflakes==3.0.1
|
pyflakes==3.1.0
|
||||||
pylint==2.17.4
|
pylint==2.17.5
|
||||||
yapf==0.33.0
|
yapf==0.40.1
|
||||||
black==23.7.0
|
black==23.7.0
|
||||||
|
|
|
@ -23,6 +23,7 @@ INSTALLED_APPS = [
|
||||||
"django.contrib.messages",
|
"django.contrib.messages",
|
||||||
"django.contrib.staticfiles",
|
"django.contrib.staticfiles",
|
||||||
"django_bootstrap5",
|
"django_bootstrap5",
|
||||||
|
"django_bootstrap_icons",
|
||||||
"django_otp",
|
"django_otp",
|
||||||
"django_otp.plugins.otp_totp",
|
"django_otp.plugins.otp_totp",
|
||||||
"drf_yasg",
|
"drf_yasg",
|
||||||
|
@ -41,7 +42,6 @@ INSTALLED_APPS = [
|
||||||
"logs",
|
"logs",
|
||||||
"qr_code",
|
"qr_code",
|
||||||
"rest_framework",
|
"rest_framework",
|
||||||
"django_bootstrap_icons",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
@ -301,4 +301,4 @@ LDAP_SEARCH_GROUP_FILTER_TECHNICIANS = ''
|
||||||
LDAP_SEARCH_GROUP_FILTER_USERS = ''
|
LDAP_SEARCH_GROUP_FILTER_USERS = ''
|
||||||
|
|
||||||
## The user name prefix to identify the user name (e.g. cn)
|
## The user name prefix to identify the user name (e.g. cn)
|
||||||
LDAP_USER_UID_PREFIX = ''
|
LDAP_USER_UID_PREFIX = ''
|
||||||
|
|
Loading…
Reference in a new issue