django-bootstrap3 9.0.0 breaks compatibility with 8.x.y; disallow 9.0.0 and higher till we can rewrite.

- Legacy-Id: 13833
This commit is contained in:
Henrik Levkowetz 2017-07-11 21:00:04 +00:00
parent 082528134b
commit dfe6f4c643

View file

@ -12,7 +12,7 @@ decorator>=3.4.0
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.10,<1.11 Django>=1.10,<1.11
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 django-bootstrap3>=7.0,<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