summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephenfinucane@hotmail.com>2016-08-21 18:06:55 +0100
committerStephen Finucane <stephenfinucane@hotmail.com>2016-09-01 22:03:14 +0100
commit9ccdccca10926b3c5a947dc38a51d9c9849dc0d4 (patch)
treeb8e79c265b3c165928ae0ee6775315aee42aa368 /requirements-test.txt
parentfaba2d3f98f1ff68073e36be8c199b52b55950fd (diff)
downloadpatchwork-9ccdccca10926b3c5a947dc38a51d9c9849dc0d4.tar
patchwork-9ccdccca10926b3c5a947dc38a51d9c9849dc0d4.tar.gz
requirements: Update django debug toolbar to 1.5
This is the latest version. This breaks compatibility with Django 1.7, but this version is unsupported and should not be used for development. We do, however, continue to test support for Django 1.7 and 1.6. This also prevents the need to manually track sqlparse dependency [1]. [1] https://github.com/jazzband/django-debug-toolbar/issues/856 Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
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 cfc242f..47c85b1 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -1,5 +1,5 @@
mysqlclient==1.3.7 # replace this with psycopg2 for a PostgreSQL backend
-django-debug-toolbar==1.4
+django-debug-toolbar==1.5
python-dateutil>2.0,<3.0
selenium>2.0,<3.0
djangorestframework>=3.3,<3.4