summaryrefslogtreecommitdiff
path: root/requirements-prod.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-09-13 15:47:49 -0600
committerStephen Finucane <stephen@that.guru>2018-10-06 17:43:38 +0100
commitfe8f9a31ce710307c4640b0802895b19a457f862 (patch)
treee433b39ce0917168666cdbe12dd3710683a46e6f /requirements-prod.txt
parent8eb3719a1f9afb0d9755b36d69af5334b0971a34 (diff)
downloadpatchwork-fe8f9a31ce710307c4640b0802895b19a457f862.tar
patchwork-fe8f9a31ce710307c4640b0802895b19a457f862.tar.gz
Add support for Django 2.1
For once, this just works. Yay! Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'requirements-prod.txt')
-rw-r--r--requirements-prod.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements-prod.txt b/requirements-prod.txt
index 9b7cc6a..5bf8a27 100644
--- a/requirements-prod.txt
+++ b/requirements-prod.txt
@@ -1,5 +1,5 @@
-Django==2.0.8; python_version >= '3.4'
-Django==1.11.15; python_version < '3.0'
+Django==2.1.2; python_version >= '3.4'
+Django==1.11.15; python_version < '3.0' # pyup: ignore
djangorestframework==3.8.2
django-filter==2.0.0; python_version >= '3.4'
django-filter==1.1.0; python_version < '3.0' # pyup: ignore