From 472584b1f843f472cf3145fade795a92d7e8962b Mon Sep 17 00:00:00 2001
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Sat, 27 Jun 2020 17:18:14 +0000
Subject: [PATCH] Updated requirements for Django 2.2.  - Legacy-Id: 18083

---
 requirements.txt | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 570195120..e58702ee5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,17 +9,16 @@ 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
 decorator>=4.0.4
 defusedxml>=0.4.1		# for TastyPie when ussing xml; not a declared dependency
-Django>=2.1,<2.2
-django-bootstrap3>=9.1.0,<14.0	# 14.0 requires Django 2.2
+Django>=2.2,<3.0
+django-bootstrap3>=14.0
 django-csp>=3.5
 django-cors-headers>=2.4.0
 django-form-utils>=1.0.3
 django-formtools>=1.0		# instead of django.contrib.formtools in 1.8
-django-markup>=1.1,<1.5		# version 1.5 requires Django 2.2
+django-markup>=1.5
 django-oidc-provider>=0.7
 django-password-strength>=1.2.1
 django-referrer-policy>=1.0
-django-request-profiler>=0.15   # 0.15 and above requires Django 2.x
 django-simple-history>=2.3.0
 django-stubs==1.3.0		# The django-stubs version used determines the the mypy version indicated below
 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
 html2text>=2019.8.11
 html5lib>=1.0.1
 httplib2>=0.10.3
-# jsonfield 3.x and higher requires Django 2.2 or higher
-jsonfield>=1.0.3,<3.0		# for SubmissionCheck.  This is https://github.com/bradjasper/django-jsonfield/.
+jsonfield>=3.0		# for SubmissionCheck.  This is https://github.com/bradjasper/django-jsonfield/.
 jwcrypto>=0.4.0			# for signed notifications
 logging_tree>=1.8.1
 #lxml>=3.4.0                    # from PyQuery; 
@@ -61,7 +59,6 @@ requests-mock>=1.8
 rfc2html>=2.0.1
 selenium>=3.9.0
 six>=1.10.0
-sqlparse>=0.2.2
 svn>=1.0.1
 tblib>=1.3.0
 tqdm>=3.7.0