1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-25 23:55:24 +00:00

Merge pull request #406 from catborise/master

update python packages
This commit is contained in:
catborise 2021-01-11 12:24:41 +03:00 committed by GitHub
commit 2c915e04e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -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