mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
downgrade django otp requirements. it prevents login
This commit is contained in:
parent
c940e6fa5a
commit
70bc5a4408
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
Django==2.2.20
|
||||
django-bootstrap4==3.0.0
|
||||
django-icons==3.0.0
|
||||
django-login-required-middleware==0.6.1
|
||||
django-otp==1.0.3
|
||||
django-qr-code==2.1.0
|
||||
django-login-required-middleware==0.5.0
|
||||
django-otp==1.0.2
|
||||
django-qr-code==1.3.1
|
||||
gunicorn==20.1.0
|
||||
libsass==0.20.1
|
||||
libvirt-python==7.2.0
|
||||
|
|
Loading…
Reference in a new issue