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", ]