summaryrefslogtreecommitdiff
path: root/requirements-prod.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-31 18:23:29 +0000
committerStephen Finucane <stephen@that.guru>2016-11-18 01:32:07 +0000
commitfebad055fb6609369f1a465a5eec323549c5c065 (patch)
tree2fc0b02aa01d9440215027061729ca954b540d69 /requirements-prod.txt
parent77b3c90c6db1643d62dfc4f707aca07a3108a6ff (diff)
downloadpatchwork-febad055fb6609369f1a465a5eec323549c5c065.tar
patchwork-febad055fb6609369f1a465a5eec323549c5c065.tar.gz
requirements: Test older versions of DRF
We still care about Django 1.6 and 1.7, at least until 2.0 is released. Start testing REST functionality on these versions by using older versions. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'requirements-prod.txt')
-rw-r--r--requirements-prod.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements-prod.txt b/requirements-prod.txt
index d189ad4..57e6fce 100644
--- a/requirements-prod.txt
+++ b/requirements-prod.txt
@@ -1,3 +1,5 @@
Django>=1.8,<1.11
+djangorestframework>=3.5,<3.6
+drf-nested-routers>=0.11.1,<0.12
psycopg2>2.6,<2.7
sqlparse