Updated requirements for Django 2.1
- Legacy-Id: 18055
This commit is contained in:
parent
6459638fad
commit
a9348f129a
|
@ -9,7 +9,7 @@ coverage>=4.0.1,!=4.0.2,<5.0 # Coverage 5.x moves from a json database to SQL
|
||||||
#cssselect>=0.6.1 # for PyQuery
|
#cssselect>=0.6.1 # for PyQuery
|
||||||
decorator>=4.0.4
|
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>=2.0,<2.1
|
Django>=2.1,<2.2
|
||||||
django-bootstrap3>=9.1.0,<14.0 # 14.0 requires Django 2.2
|
django-bootstrap3>=9.1.0,<14.0 # 14.0 requires Django 2.2
|
||||||
django-csp>=3.5
|
django-csp>=3.5
|
||||||
django-cors-headers>=2.4.0
|
django-cors-headers>=2.4.0
|
||||||
|
@ -22,7 +22,7 @@ django-referrer-policy>=1.0
|
||||||
django-request-profiler>=0.15 # 0.15 and above requires Django 2.x
|
django-request-profiler>=0.15 # 0.15 and above requires Django 2.x
|
||||||
django-simple-history>=2.3.0
|
django-simple-history>=2.3.0
|
||||||
django-stubs==1.3.0 # The django-stubs version used determines the the mypy version indicated below
|
django-stubs==1.3.0 # The django-stubs version used determines the the mypy version indicated below
|
||||||
django-tastypie>=0.14.1 # For Django 2.0. Django 2.1 will require 0.14.2; Django 3.0 will require 0.14.3
|
django-tastypie>=0.14.2 # Django 2.1 will require 0.14.2; Django 3.0 will require 0.14.3
|
||||||
django-webtest>=1.9.7
|
django-webtest>=1.9.7
|
||||||
django-widget-tweaks>=1.4.2
|
django-widget-tweaks>=1.4.2
|
||||||
docutils>=0.12,!=0.15
|
docutils>=0.12,!=0.15
|
||||||
|
|
Loading…
Reference in a new issue