1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-07-08 04:25:42 +00:00

Compare commits

..

No commits in common. "218ec5dd7885cbbe2fbd79365cd44f0a767e3f88" and "f4651d816de2073cd9998b7467f1fcacefcdceac" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
Django==4.2.14 Django==4.2.13
django_bootstrap5==24.2 django_bootstrap5==24.2
django-bootstrap-icons==0.9.0 django-bootstrap-icons==0.8.7
django-login-required-middleware==0.9.0 django-login-required-middleware==0.9.0
django-otp==1.5.0 django-otp==1.5.0
django-qr-code==4.1.0 django-qr-code==4.1.0
@ -11,7 +11,7 @@ drf-yasg==1.21.7
eventlet==0.36.1 eventlet==0.36.1
gunicorn==22.0.0 gunicorn==22.0.0
libsass==0.23.0 libsass==0.23.0
libvirt-python==10.5.0 libvirt-python==10.4.0
lxml==5.2.2 lxml==5.2.2
ldap3==2.9.1 ldap3==2.9.1
markdown==3.6 markdown==3.6

View file

@ -1,9 +1,9 @@
-r ../conf/requirements.txt -r ../conf/requirements.txt
coverage==7.6.0 coverage==7.5.4
django-debug-toolbar==4.4.6 django-debug-toolbar==4.4.2
django-debug-toolbar-template-profiler django-debug-toolbar-template-profiler
pycodestyle==2.12.0 pycodestyle==2.12.0
pyflakes==3.2.0 pyflakes==3.2.0
pylint==3.2.6 pylint==3.2.3
yapf==0.40.2 yapf==0.40.2
black==24.4.2 black==24.4.2