mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
update dev/conf requirements
This commit is contained in:
parent
c77e049e82
commit
a33283e172
2 changed files with 8 additions and 8 deletions
|
@ -1,13 +1,13 @@
|
|||
Django==3.2.9
|
||||
django_bootstrap5==21.1
|
||||
Django==3.2.10
|
||||
django_bootstrap5==21.2
|
||||
django-icons==21.1
|
||||
django-login-required-middleware==0.7
|
||||
django-otp==1.1.1
|
||||
django-otp==1.1.3
|
||||
django-qr-code==2.3.0
|
||||
gunicorn==20.1.0
|
||||
libsass==0.21.0
|
||||
libvirt-python==7.9.0
|
||||
lxml==4.6.4
|
||||
libvirt-python==7.10.0
|
||||
lxml==4.7.1
|
||||
qrcode==7.3.1
|
||||
rwlock==0.0.7
|
||||
websockify==0.10.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
-r ../conf/requirements.txt
|
||||
coverage==6.1.2
|
||||
django-debug-toolbar==3.2.2
|
||||
coverage==6.2
|
||||
django-debug-toolbar==3.2.4
|
||||
pycodestyle==2.8.0
|
||||
pyflakes==2.4.0
|
||||
pylint==2.11.1
|
||||
pylint==2.12.2
|
||||
yapf==0.31.0
|
||||
|
|
Loading…
Reference in a new issue