From f39417d0c60f9bbb8c2ae07779cb39c0fe13819c Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Thu, 15 May 2014 12:24:16 -0700 Subject: [PATCH] Updating lxml to 3.3.5 to fix two big html diffing issues: whitespace being removed between links, and newlines being removed in
 tags.

---
 config/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/requirements.txt b/config/requirements.txt
index 2cd2d51ea..fe74dbad6 100755
--- a/config/requirements.txt
+++ b/config/requirements.txt
@@ -20,7 +20,7 @@ gunicorn==0.17.2
 httplib2==0.8
 iconv==1.0
 kombu==2.5.7
-# lxml==3.1.0
+lxml==3.3.5
 mongoengine==0.8.2
 nltk==2.0.4
 oauth2==1.5.211