mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +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-bootstrap4==2.3.1
|
||||
django-icons==2.2.0
|
||||
django-icons==2.2.1
|
||||
django-login-required-middleware==0.5.0
|
||||
django-otp==1.0.2
|
||||
django-qr-code==1.3.1
|
||||
gunicorn==20.0.4
|
||||
importlib-metadata==2.0.0
|
||||
libsass==0.20.1
|
||||
libvirt-python==6.9.0
|
||||
lxml==4.6.1
|
||||
lxml==4.6.2
|
||||
qrcode==6.1
|
||||
rwlock==0.0.7
|
||||
websockify==0.9.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
-r ../conf/requirements.txt
|
||||
coverage==5.3
|
||||
django-debug-toolbar==3.1.1
|
||||
coverage==5.3.1
|
||||
django-debug-toolbar==3.2
|
||||
pycodestyle==2.6.0
|
||||
pyflakes==2.2.0
|
||||
pylint==2.6.0
|
||||
|
|
Loading…
Reference in a new issue