diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2014-09-05 00:46:38 +0100 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2014-09-07 20:07:41 +0800 |
commit | e2cd2bf842334f4b9b1d905d9c908e991906c3a6 (patch) | |
tree | c00c10e8e607a3cd81d4fb41d71fb7d56e4ec85f /docs | |
parent | c3f6f34ad0b60b812d1b0fd33b5f758f52697f0c (diff) | |
download | patchwork-e2cd2bf842334f4b9b1d905d9c908e991906c3a6.tar.bz2 patchwork-e2cd2bf842334f4b9b1d905d9c908e991906c3a6.tar.xz |
docs: Add requirements.txt for django 1.5/MySQL
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements-django-1.5-mysql.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/requirements-django-1.5-mysql.txt b/docs/requirements-django-1.5-mysql.txt new file mode 100644 index 0000000..ea9a77e --- /dev/null +++ b/docs/requirements-django-1.5-mysql.txt @@ -0,0 +1,3 @@ +python-dateutil==1.5 +Django==1.5.10 +MySQL-python==1.2.5 |