Changed requirements to Django 1.11

- Legacy-Id: 14659
This commit is contained in:
Henrik Levkowetz 2018-02-20 15:28:46 +00:00
parent 4c2d8d007a
commit f5cf9a2854

View file

@ -10,7 +10,7 @@ coverage>=4.0.1,!=4.0.2
#cssselect>=0.6.1 # for PyQuery #cssselect>=0.6.1 # for PyQuery
decorator>=3.4.0 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.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>=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