diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2014-09-05 00:46:40 +0100 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2014-09-07 20:07:41 +0800 |
commit | 1160600cda6214e66756c4670ca2c898f4256b1b (patch) | |
tree | 3282c6c4cd353364d10dbd9ccc75a54cc758ed88 /docs | |
parent | 6c382ef909177f2a9719f776fbaaa22ce87ba671 (diff) | |
download | patchwork-1160600cda6214e66756c4670ca2c898f4256b1b.tar patchwork-1160600cda6214e66756c4670ca2c898f4256b1b.tar.gz |
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements-django-1.7-mysql.txt | 3 |
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 |