summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-10-10 10:33:50 +0100
committerStephen Finucane <stephen@that.guru>2018-10-10 10:38:54 +0100
commitd7b8a07675b0df02f41f7980c7e20a95add0660f (patch)
treebc9bc628f9afe8422eb29d3a2d4ec0be6a5d74a7 /requirements-test.txt
parentcfd87392126b6307d713f2fdc705a66588619173 (diff)
downloadpatchwork-d7b8a07675b0df02f41f7980c7e20a95add0660f.tar
patchwork-d7b8a07675b0df02f41f7980c7e20a95add0660f.tar.gz
requirements: Add sqlparse to test requirements
This was previously installed as part of 'django-debug-toolbar' [1] but as this dependency is no longer installed for tests, the dependency is now missing. Fix this by manually specifying it. [1] https://github.com/jazzband/django-debug-toolbar/blob/1.10.1/setup.py#L20-L23 Signed-off-by: Stephen Finucane <stephen@that.guru> Fixes: a7454712 ("Remove django-debug-toolbar from test requirements")
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
index 6203355..9754bfc 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -1,3 +1,4 @@
mysqlclient==1.3.13
psycopg2-binary==2.7.5
+sqlparse==0.2.4
python-dateutil==2.7.3