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")
mysqlclient==1.3.13
psycopg2-binary==2.7.5
+sqlparse==0.2.4
python-dateutil==2.7.3