Updated requirements for Django 2.2.

- Legacy-Id: 18083
This commit is contained in:
Henrik Levkowetz 2020-06-27 17:18:14 +00:00
parent 9047875296
commit 472584b1f8

View file

@ -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 #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.1,<2.2 Django>=2.2,<3.0
django-bootstrap3>=9.1.0,<14.0 # 14.0 requires Django 2.2 django-bootstrap3>=14.0
django-csp>=3.5 django-csp>=3.5
django-cors-headers>=2.4.0 django-cors-headers>=2.4.0
django-form-utils>=1.0.3 django-form-utils>=1.0.3
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8 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-oidc-provider>=0.7
django-password-strength>=1.2.1 django-password-strength>=1.2.1
django-referrer-policy>=1.0 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-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.2 # 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
@ -32,8 +31,7 @@ hashids>=1.1.0
html2text>=2019.8.11 html2text>=2019.8.11
html5lib>=1.0.1 html5lib>=1.0.1
httplib2>=0.10.3 httplib2>=0.10.3
# jsonfield 3.x and higher requires Django 2.2 or higher jsonfield>=3.0 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
jsonfield>=1.0.3,<3.0 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
jwcrypto>=0.4.0 # for signed notifications jwcrypto>=0.4.0 # for signed notifications
logging_tree>=1.8.1 logging_tree>=1.8.1
#lxml>=3.4.0 # from PyQuery; #lxml>=3.4.0 # from PyQuery;
@ -61,7 +59,6 @@ requests-mock>=1.8
rfc2html>=2.0.1 rfc2html>=2.0.1
selenium>=3.9.0 selenium>=3.9.0
six>=1.10.0 six>=1.10.0
sqlparse>=0.2.2
svn>=1.0.1 svn>=1.0.1
tblib>=1.3.0 tblib>=1.3.0
tqdm>=3.7.0 tqdm>=3.7.0