summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-09-13 16:08:31 -0600
committerStephen Finucane <stephen@that.guru>2018-10-06 17:43:38 +0100
commit8eb3719a1f9afb0d9755b36d69af5334b0971a34 (patch)
tree99279622b534e4fa51823473e39089b6bdfe1614 /requirements-dev.txt
parent3b9a5d6b9f13f0ce2935dee55d0cabb146d47e9a (diff)
downloadpatchwork-8eb3719a1f9afb0d9755b36d69af5334b0971a34.tar
patchwork-8eb3719a1f9afb0d9755b36d69af5334b0971a34.tar.gz
Add support for django-filter 2.0
This is necessary for Django 2.1 support. We retain support for django-filter 1.0 and 1.1 as 2.0 is Python 3-only. Thankfully there is essentially zero cost in doing so for now. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 70b747f..2574fd3 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,5 +1,6 @@
Django==2.0.8; python_version >= '3.4'
Django==1.11.15; python_version < '3.0'
djangorestframework==3.8.2
-django-filter==1.1.0
+django-filter==2.0.0; python_version >= '3.4'
+django-filter==1.1.0; python_version < '3.0' # pyup: ignore
-r requirements-test.txt