summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-09-05 00:46:39 +0100
committerJeremy Kerr <jk@ozlabs.org>2014-09-07 20:07:41 +0800
commit6c382ef909177f2a9719f776fbaaa22ce87ba671 (patch)
tree35c4fc6d5e0be031fddf01fe9b8e8f0efbd8bdcf
parente2cd2bf842334f4b9b1d905d9c908e991906c3a6 (diff)
downloadpatchwork-6c382ef909177f2a9719f776fbaaa22ce87ba671.tar.bz2
patchwork-6c382ef909177f2a9719f776fbaaa22ce87ba671.tar.xz
docs: Add requirements.txt for django 1.6/MySQL
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-rw-r--r--docs/requirements-django-1.6-mysql.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/requirements-django-1.6-mysql.txt b/docs/requirements-django-1.6-mysql.txt
new file mode 100644
index 0000000..6d39511
--- /dev/null
+++ b/docs/requirements-django-1.6-mysql.txt
@@ -0,0 +1,3 @@
+python-dateutil==1.5
+Django==1.6.7
+MySQL-python==1.2.5