0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Requirements changes

- Removed Beautiful Soup 3
 - Added six
This commit is contained in:
Karl Hobley 2014-07-02 10:22:08 +01:00
parent 1cc258f404
commit 85a68a34f1

View File

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