Updated requirements to Django 1.10
- Legacy-Id: 12778
This commit is contained in:
parent
2d02ec9237
commit
8bfa9a33b0
|
@ -7,7 +7,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.9,<1.10
|
Django>=1.10,<1.11
|
||||||
django-bootstrap3>=7.0
|
django-bootstrap3>=7.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
|
||||||
|
|
Loading…
Reference in a new issue