mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
Merge pull request #428 from catborise/master
update various requirements
This commit is contained in:
commit
8fd4df554d
2 changed files with 10 additions and 10 deletions
|
@ -1,12 +1,12 @@
|
||||||
Django==2.2.19
|
Django==2.2.20
|
||||||
django-bootstrap4==2.3.1
|
django-bootstrap4==3.0.0
|
||||||
django-icons==2.2.1
|
django-icons==3.0.0
|
||||||
django-login-required-middleware==0.5.0
|
django-login-required-middleware==0.6.1
|
||||||
django-otp==1.0.2
|
django-otp==1.0.3
|
||||||
django-qr-code==1.3.1
|
django-qr-code==2.1.0
|
||||||
gunicorn==20.0.4
|
gunicorn==20.1.0
|
||||||
libsass==0.20.1
|
libsass==0.20.1
|
||||||
libvirt-python==7.1.0
|
libvirt-python==7.2.0
|
||||||
lxml==4.6.3
|
lxml==4.6.3
|
||||||
qrcode==6.1
|
qrcode==6.1
|
||||||
rwlock==0.0.7
|
rwlock==0.0.7
|
||||||
|
|
|
@ -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.1
|
||||||
pycodestyle==2.7.0
|
pycodestyle==2.7.0
|
||||||
pyflakes==2.3.1
|
pyflakes==2.3.1
|
||||||
pylint==2.7.2
|
pylint==2.7.4
|
||||||
yapf==0.31.0
|
yapf==0.31.0
|
||||||
|
|
Loading…
Reference in a new issue