mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
update requirements
This commit is contained in:
parent
6201a2fe9f
commit
33002d5a49
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
Django==3.2.16
|
Django==3.2.17
|
||||||
django_bootstrap5==22.2
|
django_bootstrap5==22.2
|
||||||
django-login-required-middleware==0.9.0
|
django-login-required-middleware==0.9.0
|
||||||
django-otp==1.1.4
|
django-otp==1.1.4
|
||||||
|
@ -8,7 +8,7 @@ gunicorn==20.1.0
|
||||||
libsass==0.22.0
|
libsass==0.22.0
|
||||||
libvirt-python==9.0.0
|
libvirt-python==9.0.0
|
||||||
lxml==4.9.2
|
lxml==4.9.2
|
||||||
qrcode==7.3.1
|
qrcode==7.4.2
|
||||||
rwlock==0.0.7
|
rwlock==0.0.7
|
||||||
websockify==0.10.0
|
websockify==0.10.0
|
||||||
zipp==3.11.0
|
zipp==3.11.0
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
-r ../conf/requirements.txt
|
-r ../conf/requirements.txt
|
||||||
coverage==7.0.5
|
coverage==7.1.0
|
||||||
django-debug-toolbar==3.8.1
|
django-debug-toolbar==3.8.1
|
||||||
pycodestyle==2.10.0
|
pycodestyle==2.10.0
|
||||||
pyflakes==3.0.1
|
pyflakes==3.0.1
|
||||||
pylint==2.15.10
|
pylint==2.16.1
|
||||||
yapf==0.32.0
|
yapf==0.32.0
|
||||||
black
|
black
|
||||||
|
|
Loading…
Reference in a new issue