mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
update python packages
This commit is contained in:
parent
e68a9bd47a
commit
77d8ad95d8
2 changed files with 4 additions and 5 deletions
|
@ -1,14 +1,13 @@
|
||||||
Django==2.2.17
|
Django==2.2.17
|
||||||
django-bootstrap4==2.3.1
|
django-bootstrap4==2.3.1
|
||||||
django-icons==2.2.0
|
django-icons==2.2.1
|
||||||
django-login-required-middleware==0.5.0
|
django-login-required-middleware==0.5.0
|
||||||
django-otp==1.0.2
|
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
|
||||||
importlib-metadata==2.0.0
|
|
||||||
libsass==0.20.1
|
libsass==0.20.1
|
||||||
libvirt-python==6.9.0
|
libvirt-python==6.9.0
|
||||||
lxml==4.6.1
|
lxml==4.6.2
|
||||||
qrcode==6.1
|
qrcode==6.1
|
||||||
rwlock==0.0.7
|
rwlock==0.0.7
|
||||||
websockify==0.9.0
|
websockify==0.9.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
-r ../conf/requirements.txt
|
-r ../conf/requirements.txt
|
||||||
coverage==5.3
|
coverage==5.3.1
|
||||||
django-debug-toolbar==3.1.1
|
django-debug-toolbar==3.2
|
||||||
pycodestyle==2.6.0
|
pycodestyle==2.6.0
|
||||||
pyflakes==2.2.0
|
pyflakes==2.2.0
|
||||||
pylint==2.6.0
|
pylint==2.6.0
|
||||||
|
|
Loading…
Reference in a new issue