@@ -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
1010decorator >= 4.0.4
1111defusedxml >= 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
1414django-csp >= 3.5
1515django-cors-headers >= 2.4.0
1616django-form-utils >= 1.0.3
1717django-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
1919django-oidc-provider >= 0.7
2020django-password-strength >= 1.2.1
2121django-referrer-policy >= 1.0
22- django-request-profiler >= 0.15 # 0.15 and above requires Django 2.x
2322django-simple-history >= 2.3.0
2423django-stubs == 1.3.0 # The django-stubs version used determines the the mypy version indicated below
2524django-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
3231html2text >= 2019.8.11
3332html5lib >= 1.0.1
3433httplib2 >= 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/.
3735jwcrypto >= 0.4.0 # for signed notifications
3836logging_tree >= 1.8.1
3937#lxml>=3.4.0 # from PyQuery;
@@ -61,7 +59,6 @@ requests-mock>=1.8
6159rfc2html >= 2.0.1
6260selenium >= 3.9.0
6361six >= 1.10.0
64- sqlparse >= 0.2.2
6562svn >= 1.0.1
6663tblib >= 1.3.0
6764tqdm >= 3.7.0
0 commit comments