Updated minimum requirements for bootstrap3, to work with django 1.11
- Legacy-Id: 15019
This commit is contained in:
parent
51f491ddf0
commit
2bb5788a76
|
@ -12,7 +12,7 @@ decorator>=4.0.4
|
||||||
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
|
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
|
||||||
Django>=1.11,<1.12
|
Django>=1.11,<1.12
|
||||||
django-bcrypt>=0.9.2 # for the BCrypt password hasher option. Remove when all bcrypt upgraded to argon2
|
django-bcrypt>=0.9.2 # for the BCrypt password hasher option. Remove when all bcrypt upgraded to argon2
|
||||||
django-bootstrap3>=7.0,<9.0.0
|
django-bootstrap3>=8.2.1,<9.0.0
|
||||||
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8
|
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8
|
||||||
django-markup>=1.1
|
django-markup>=1.1
|
||||||
django-password-strength>=1.2.1
|
django-password-strength>=1.2.1
|
||||||
|
|
Loading…
Reference in a new issue