From: Stephen Finucane Date: Wed, 10 Oct 2018 09:33:50 +0000 (+0100) Subject: requirements: Add sqlparse to test requirements X-Git-Tag: v2.2.0-rc1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b8a07675b0df02f41f7980c7e20a95add0660f;p=thirdparty%2Fpatchwork.git 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 Fixes: a7454712 ("Remove django-debug-toolbar from test requirements") --- diff --git a/requirements-test.txt b/requirements-test.txt index 62033551..9754bfca 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