summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2019-09-09 10:12:55 +0100
committerStephen Finucane <stephen@that.guru>2019-09-09 11:53:47 +0100
commit0a9705576f2afd2c3ec5c7fd55c616e8c07d6530 (patch)
tree29dd388bd06146b043bf0f2808527c80103f5165 /requirements-dev.txt
parent7f501f42038efcd909df6392fbea5d86c441f16d (diff)
downloadpatchwork-0a9705576f2afd2c3ec5c7fd55c616e8c07d6530.tar
patchwork-0a9705576f2afd2c3ec5c7fd55c616e8c07d6530.tar.gz
Add support for djangorestframework 3.10
This is necessary for proper Django 2.2 support. We retain support for older versions since 3.10 is Python 3-only. 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 7964a53..81e35f4 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,6 +1,7 @@
Django==2.2.5; python_version >= '3.5'
Django==1.11.24; python_version < '3.0' # pyup: ignore
-djangorestframework==3.9.2
+djangorestframework==3.10.3; python_version >= '3.5'
+djangorestframework==3.9.4; python_version < '3.0' # pyup: ignore
django-filter==2.2.0; python_version >= '3.5'
django-filter==1.1.0; python_version < '3.0' # pyup: ignore
django-debug-toolbar==1.11