mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
update required packages
This commit is contained in:
parent
2c41a0ce76
commit
5328c4c2ba
2 changed files with 9 additions and 9 deletions
|
@ -1,15 +1,15 @@
|
|||
Django==2.2.20
|
||||
django-bootstrap4==3.0.0
|
||||
Django==2.2.22
|
||||
django-bootstrap4==3.0.1
|
||||
django-icons==3.0.0
|
||||
django-login-required-middleware==0.5.0
|
||||
django-otp==1.0.2
|
||||
django-qr-code==1.3.1
|
||||
django-login-required-middleware==0.6.1
|
||||
django-otp==1.0.6
|
||||
django-qr-code==2.2.0
|
||||
gunicorn==20.1.0
|
||||
libsass==0.20.1
|
||||
libvirt-python==7.2.0
|
||||
libsass==0.21.0
|
||||
libvirt-python==7.4.0
|
||||
lxml==4.6.3
|
||||
qrcode==6.1
|
||||
rwlock==0.0.7
|
||||
websockify==0.9.0
|
||||
zipp==3.4.0
|
||||
zipp==3.4.1
|
||||
ldap3==2.9.0
|
||||
|
|
|
@ -3,5 +3,5 @@ coverage==5.5
|
|||
django-debug-toolbar==3.2.1
|
||||
pycodestyle==2.7.0
|
||||
pyflakes==2.3.1
|
||||
pylint==2.7.4
|
||||
pylint==2.8.3
|
||||
yapf==0.31.0
|
||||
|
|
Loading…
Reference in a new issue