]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Add sqlparse to production requirements
authorDaniel Axtens <dja@axtens.net>
Tue, 20 Sep 2016 06:04:20 +0000 (16:04 +1000)
committerStephen Finucane <stephenfinucane@hotmail.com>
Sat, 24 Sep 2016 23:28:36 +0000 (00:28 +0100)
It's required for migration #10 (w/ RunSQL), per upstream docs:

    https://docs.djangoproject.com/en/1.8/ref/migration-operations/#runsql

Signed-off-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Stephen Finucane <stephenfinucane@hotmail.com>
requirements-prod.txt

index 2c88c7dca5ee83f54ccb3050c0cf31c4f41e8ca5..427a6a29b1602fb3409aa4e6d6fc10f65e744c18 100644 (file)
@@ -1,2 +1,3 @@
 Django>=1.8,<1.10
 psycopg2==2.6.1
+sqlparse