summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-09 20:07:16 +0100
committerStephen Finucane <stephen@that.guru>2016-10-10 22:07:22 +0100
commit60b7d57fd80bd20e3568e442485fb2dc3e5536a2 (patch)
tree45572840623393c16b7b6cac72c019d32f128964 /requirements-test.txt
parent198139e4112cf337ffea403000441931b4ddad06 (diff)
downloadpatchwork-60b7d57fd80bd20e3568e442485fb2dc3e5536a2.tar
patchwork-60b7d57fd80bd20e3568e442485fb2dc3e5536a2.tar.gz
requirements: Bump django-rest-framework to 1.4.x
This version is compatible with all versions of Django that Patchwork is recommended for. Signed-off-by: Stephen Finucane <stephen@that.guru> Reviewed-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
index 47c85b1..7cb5ae9 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -2,5 +2,5 @@ mysqlclient==1.3.7 # replace this with psycopg2 for a PostgreSQL backend
django-debug-toolbar==1.5
python-dateutil>2.0,<3.0
selenium>2.0,<3.0
-djangorestframework>=3.3,<3.4
+djangorestframework>=3.4,<3.5
drf-nested-routers>=0.11.1,<0.12