mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
commit
2c915e04e0
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