From 85a68a34f1812d11eb36cc9f3899206b61d21687 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 2 Jul 2014 10:22:08 +0100 Subject: [PATCH] Requirements changes - Removed Beautiful Soup 3 - Added six --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4c750a19..fe8673f28 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ install_requires = [ "beautifulsoup4>=4.3.2", "lxml>=3.3.0", "Unidecode>=0.04.14", - "BeautifulSoup==3.2.1", # django-compressor gets confused if we have lxml but not BS3 installed + "six==1.7.3", ]