summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-09-05 00:46:40 +0100
committerJeremy Kerr <jk@ozlabs.org>2014-09-07 20:07:41 +0800
commit1160600cda6214e66756c4670ca2c898f4256b1b (patch)
tree3282c6c4cd353364d10dbd9ccc75a54cc758ed88
parent6c382ef909177f2a9719f776fbaaa22ce87ba671 (diff)
downloadpatchwork-1160600cda6214e66756c4670ca2c898f4256b1b.tar.bz2
patchwork-1160600cda6214e66756c4670ca2c898f4256b1b.tar.xz
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 <damien.lespiau@intel.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-rw-r--r--docs/requirements-django-1.7-mysql.txt3
1 files changed, 3 insertions, 0 deletions
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