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-Tag: v0.9.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1160600cda6214e66756c4670ca2c898f4256b1b;p=thirdparty%2Fpatchwork.git 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 00000000..21fa438f --- /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