mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
update requirements
This commit is contained in:
parent
890f592148
commit
607e396352
2 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
|||
Django==3.2.6
|
||||
django_bootstrap5==2.1.1
|
||||
Django==3.2.7
|
||||
django_bootstrap5==2.1.2
|
||||
django-icons==4.0.0
|
||||
django-login-required-middleware==0.6.1
|
||||
django-otp==1.0.6
|
||||
django-qr-code==2.2.0
|
||||
gunicorn==20.1.0
|
||||
libsass==0.21.0
|
||||
libvirt-python==7.6.0
|
||||
libvirt-python==7.7.0
|
||||
lxml==4.6.3
|
||||
qrcode==7.2
|
||||
qrcode==7.3
|
||||
rwlock==0.0.7
|
||||
websockify==0.10.0
|
||||
zipp==3.5.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
-r ../conf/requirements.txt
|
||||
coverage==5.5
|
||||
django-debug-toolbar==3.2.1
|
||||
django-debug-toolbar==3.2.2
|
||||
pycodestyle==2.7.0
|
||||
pyflakes==2.3.1
|
||||
pylint==2.9.6
|
||||
pylint==2.10.2
|
||||
yapf==0.31.0
|
||||
|
|
Loading…
Reference in a new issue