Skip to content

Commit a9348f1

Browse files
committed
Updated requirements for Django 2.1
- Legacy-Id: 18055
1 parent 6459638 commit a9348f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ coverage>=4.0.1,!=4.0.2,<5.0 # Coverage 5.x moves from a json database to SQL
99
#cssselect>=0.6.1 # for PyQuery
1010
decorator>=4.0.4
1111
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
12-
Django>=2.0,<2.1
12+
Django>=2.1,<2.2
1313
django-bootstrap3>=9.1.0,<14.0 # 14.0 requires Django 2.2
1414
django-csp>=3.5
1515
django-cors-headers>=2.4.0
@@ -22,12 +22,12 @@ django-referrer-policy>=1.0
2222
django-request-profiler>=0.15 # 0.15 and above requires Django 2.x
2323
django-simple-history>=2.3.0
2424
django-stubs==1.3.0 # The django-stubs version used determines the the mypy version indicated below
25-
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
25+
django-tastypie>=0.14.2 # Django 2.1 will require 0.14.2; Django 3.0 will require 0.14.3
2626
django-webtest>=1.9.7
2727
django-widget-tweaks>=1.4.2
2828
docutils>=0.12,!=0.15
2929
factory-boy>=2.9.0
30-
Faker>=0.8.8,!=0.8.9,!=0.8.10 # from factory-boy # Faker 0.8.9,0.8.10 sometimes return string names instead of unicode.
30+
Faker>=0.8.8,!=0.8.9,!=0.8.10 # from factory-boy # Faker 0.8.9,0.8.10 sometimes return string names instead of unicode.
3131
hashids>=1.1.0
3232
html2text>=2019.8.11
3333
html5lib>=1.0.1

0 commit comments

Comments
 (0)