Bumps django to 4.0 and fixes associated issues

This commit is contained in:
Trenton Holmes
2022-03-22 15:46:39 -07:00
parent 71e5b5cf72
commit 78258eb9cb
6 changed files with 23 additions and 17 deletions

10
Pipfile
View File

@@ -10,12 +10,12 @@ name = "piwheels"
[packages]
dateparser = "~=1.1"
django = "~=3.2"
django = "~=4.0"
django-cors-headers = "*"
django-extensions = "*"
django-filter = "~=21.1"
django-q = "~=1.3.4"
djangorestframework = "~=3.13.1"
django-q = "~=1.3"
djangorestframework = "~=3.13"
filelock = "*"
fuzzywuzzy = {extras = ["speedup"], version = "*"}
gunicorn = "*"
@@ -35,8 +35,8 @@ scikit-learn="==1.0.2"
whitenoise = "~=6.0.0"
watchdog = "~=2.1.0"
whoosh="~=2.7.4"
inotifyrecursive = "~=0.3.4"
ocrmypdf = "~=13.4.1"
inotifyrecursive = "~=0.3"
ocrmypdf = "~=13.4"
tqdm = "*"
tika = "*"
# TODO: This will sadly also install daphne+dependencies,