mirror of
https://github.com/retspen/webvirtcloud
synced 2025-05-07 10:51:58 +00:00
commit
fb108f9ac9
2 changed files with 16 additions and 16 deletions
|
@ -1,26 +1,26 @@
|
||||||
Django==4.2.16
|
Django==4.2.20
|
||||||
django_bootstrap5==24.3
|
django_bootstrap5==25.1
|
||||||
django-bootstrap-icons==0.9.0
|
django-bootstrap-icons==0.9.0
|
||||||
django-login-required-middleware==0.9.0
|
django-login-required-middleware==0.9.0
|
||||||
django-otp==1.5.4
|
django-otp==1.5.4
|
||||||
django-qr-code==4.1.0
|
django-qr-code==4.1.0
|
||||||
django-auth-ldap==5.0.0
|
django-auth-ldap==5.1.0
|
||||||
djangorestframework==3.15.2
|
djangorestframework==3.15.2
|
||||||
drf-nested-routers==0.94.1
|
drf-nested-routers==0.94.1
|
||||||
drf-yasg==1.21.7
|
drf-yasg==1.21.10
|
||||||
eventlet==0.37.0
|
eventlet==0.39.1
|
||||||
gunicorn==23.0.0
|
gunicorn==23.0.0
|
||||||
libsass==0.23.0
|
libsass==0.23.0
|
||||||
libvirt-python==10.8.0
|
libvirt-python==11.1.0
|
||||||
lxml==5.3.0
|
lxml==5.3.1
|
||||||
ldap3==2.9.1
|
ldap3==2.9.1
|
||||||
markdown==3.6
|
markdown==3.6
|
||||||
#psycopg2-binary
|
#psycopg2-binary
|
||||||
python-engineio==4.10.1
|
python-engineio==4.11.2
|
||||||
python-socketio==5.11.4
|
python-socketio==5.12.1
|
||||||
qrcode==8.0
|
qrcode==8.0
|
||||||
rwlock==0.0.7
|
rwlock==0.0.7
|
||||||
tzdata
|
tzdata
|
||||||
websockify==0.12.0
|
websockify==0.12.0
|
||||||
whitenoise==6.7.0
|
whitenoise==6.9.0
|
||||||
zipp==3.20.2
|
zipp==3.21.0
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
-r ../conf/requirements.txt
|
-r ../conf/requirements.txt
|
||||||
coverage==7.6.3
|
coverage==7.6.12
|
||||||
django-debug-toolbar==4.4.6
|
django-debug-toolbar==5.0.1
|
||||||
django-debug-toolbar-template-profiler
|
django-debug-toolbar-template-profiler
|
||||||
pycodestyle==2.12.1
|
pycodestyle==2.12.1
|
||||||
pyflakes==3.2.0
|
pyflakes==3.2.0
|
||||||
pylint==3.3.1
|
pylint==3.3.5
|
||||||
yapf==0.40.2
|
yapf==0.43.0
|
||||||
black==24.10.0
|
black==25.1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue