mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 15:45:23 +00:00
Merge pull request #420 from catborise/master
update dependencies; libvirt, lxml & pylint pyflakes etc
This commit is contained in:
commit
1e6ea063ab
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
Django==2.2.18
|
Django==2.2.19
|
||||||
django-bootstrap4==2.3.1
|
django-bootstrap4==2.3.1
|
||||||
django-icons==2.2.1
|
django-icons==2.2.1
|
||||||
django-login-required-middleware==0.5.0
|
django-login-required-middleware==0.5.0
|
||||||
|
@ -6,8 +6,8 @@ django-otp==1.0.2
|
||||||
django-qr-code==1.3.1
|
django-qr-code==1.3.1
|
||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
libsass==0.20.1
|
libsass==0.20.1
|
||||||
libvirt-python==6.9.0
|
libvirt-python==7.1.0
|
||||||
lxml==4.6.2
|
lxml==4.6.3
|
||||||
qrcode==6.1
|
qrcode==6.1
|
||||||
rwlock==0.0.7
|
rwlock==0.0.7
|
||||||
websockify==0.9.0
|
websockify==0.9.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
-r ../conf/requirements.txt
|
-r ../conf/requirements.txt
|
||||||
coverage==5.5
|
coverage==5.5
|
||||||
django-debug-toolbar==3.2
|
django-debug-toolbar==3.2
|
||||||
pycodestyle==2.6.0
|
pycodestyle==2.7.0
|
||||||
pyflakes==2.2.0
|
pyflakes==2.3.1
|
||||||
pylint==2.6.0
|
pylint==2.7.2
|
||||||
yapf==0.30.0
|
yapf==0.31.0
|
||||||
|
|
Loading…
Reference in a new issue