Skip to content

Commit 472584b

Browse files
committed
Updated requirements for Django 2.2.
- Legacy-Id: 18083
1 parent 9047875 commit 472584b

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

requirements.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ 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.1,<2.2
13-
django-bootstrap3>=9.1.0,<14.0 # 14.0 requires Django 2.2
12+
Django>=2.2,<3.0
13+
django-bootstrap3>=14.0
1414
django-csp>=3.5
1515
django-cors-headers>=2.4.0
1616
django-form-utils>=1.0.3
1717
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8
18-
django-markup>=1.1,<1.5 # version 1.5 requires Django 2.2
18+
django-markup>=1.5
1919
django-oidc-provider>=0.7
2020
django-password-strength>=1.2.1
2121
django-referrer-policy>=1.0
22-
django-request-profiler>=0.15 # 0.15 and above requires Django 2.x
2322
django-simple-history>=2.3.0
2423
django-stubs==1.3.0 # The django-stubs version used determines the the mypy version indicated below
2524
django-tastypie>=0.14.2 # Django 2.1 will require 0.14.2; Django 3.0 will require 0.14.3
@@ -32,8 +31,7 @@ hashids>=1.1.0
3231
html2text>=2019.8.11
3332
html5lib>=1.0.1
3433
httplib2>=0.10.3
35-
# jsonfield 3.x and higher requires Django 2.2 or higher
36-
jsonfield>=1.0.3,<3.0 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
34+
jsonfield>=3.0 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
3735
jwcrypto>=0.4.0 # for signed notifications
3836
logging_tree>=1.8.1
3937
#lxml>=3.4.0 # from PyQuery;
@@ -61,7 +59,6 @@ requests-mock>=1.8
6159
rfc2html>=2.0.1
6260
selenium>=3.9.0
6361
six>=1.10.0
64-
sqlparse>=0.2.2
6562
svn>=1.0.1
6663
tblib>=1.3.0
6764
tqdm>=3.7.0

0 commit comments

Comments
 (0)