mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
Merge pull request #433 from catborise/master
downgrade django otp requirements. it prevents login
This commit is contained in:
commit
a20fa8e8d7
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