From: Damien Lespiau Date: Thu, 4 Sep 2014 23:46:40 +0000 (+0100) Subject: docs: Add requirements.txt for django 1.7/MySQL X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=1160600cda6214e66756c4670ca2c898f4256b1b;p=patchwork docs: Add requirements.txt for django 1.7/MySQL Note: a lot of tests fail due to the removal of the long deprecated AUTH_PROFILE_MODULE. Signed-off-by: Damien Lespiau Signed-off-by: Jeremy Kerr --- diff --git a/docs/requirements-django-1.7-mysql.txt b/docs/requirements-django-1.7-mysql.txt new file mode 100644 index 0000000..21fa438 --- /dev/null +++ b/docs/requirements-django-1.7-mysql.txt @@ -0,0 +1,3 @@ +python-dateutil==1.5 +Django==1.7 +MySQL-python==1.2.5