summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen.finucane@intel.com>2016-03-25 13:47:16 +0000
committerStephen Finucane <stephen.finucane@intel.com>2016-03-25 14:19:36 +0000
commite107a93ce1ef709de494fe9d533be14043dfdbae (patch)
tree8c25aacebb34383458a67538468b503c0fc992b3 /requirements-dev.txt
parenta49bfaadcda6eb8a97150365c136f434fe2da234 (diff)
downloadpatchwork-e107a93ce1ef709de494fe9d533be14043dfdbae.tar
patchwork-e107a93ce1ef709de494fe9d533be14043dfdbae.tar.gz
requirements: Use any supported Django version
Patchwork now supports Django 1.9. It continues to support Django 1.8, 1.7 and 1.6, though the latter two are not supported upstream and are therefore not recommended. Update development requirements to reflect this. Signed-off-by: Stephen Finucane <stephen.finucane@intel.com> Reviewed-by: Andy Doan <andy.doan@linaro.org>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index d52ce6f..d44ebc6 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,2 +1,2 @@
-Django<1.9,>=1.8
+Django>=1.8,<1.10
-r requirements-test.txt