mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
update requirements
This commit is contained in:
parent
2154f55e8b
commit
2877f7b120
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
Django==3.2.12
|
Django==3.2.13
|
||||||
django_bootstrap5==21.2
|
django_bootstrap5==21.2
|
||||||
django-icons==21.1
|
django-icons==21.1
|
||||||
django-login-required-middleware==0.7
|
django-login-required-middleware==0.7
|
||||||
|
@ -6,8 +6,8 @@ django-otp==1.1.3
|
||||||
django-qr-code==2.3.0
|
django-qr-code==2.3.0
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
libsass==0.21.0
|
libsass==0.21.0
|
||||||
libvirt-python==8.0.0
|
libvirt-python==8.2.0
|
||||||
lxml==4.7.1
|
lxml==4.8.0
|
||||||
qrcode==7.3.1
|
qrcode==7.3.1
|
||||||
rwlock==0.0.7
|
rwlock==0.0.7
|
||||||
websockify==0.10.0
|
websockify==0.10.0
|
||||||
|
|
|
@ -3,5 +3,5 @@ coverage==6.2
|
||||||
django-debug-toolbar==3.2.4
|
django-debug-toolbar==3.2.4
|
||||||
pycodestyle==2.8.0
|
pycodestyle==2.8.0
|
||||||
pyflakes==2.4.0
|
pyflakes==2.4.0
|
||||||
pylint==2.12.2
|
pylint==2.13.7
|
||||||
yapf==0.32.0
|
yapf==0.32.0
|
||||||
|
|
Loading…
Reference in a new issue