[PATCH 4/4] docs: Add requirements.txt for django 1.7/MySQL
Damien Lespiau
damien.lespiau at intel.com
Fri Sep 5 09:46:40 EST 2014
Note: a lot of tests fail due to the removal of the long deprecated
AUTH_PROFILE_MODULE.
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
docs/requirements-django-1.7-mysql.txt | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 docs/requirements-django-1.7-mysql.txt
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
--
1.8.3.1
More information about the Patchwork
mailing list