From 27cffb9387e9ceeae9c4622359eec3d014e145b1 Mon Sep 17 00:00:00 2001 From: Victor Shnayder Date: Wed, 7 Nov 2012 11:39:42 -0500 Subject: [PATCH] Update requirements.txt Taking out MySQL-python for now because it requires mysql to be installed, so breaks updates on content folks' envs. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 944751f3c1..28b12404a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,5 +51,6 @@ pygraphviz pil nltk dogstatsd-python -MySQL-python +# Taking out MySQL-python for now because it requires mysql to be installed, so breaks updates on content folks' envs. +# MySQL-python sphinx