mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 21:11:55 +00:00
Requirements changes
- Removed Beautiful Soup 3 - Added six
This commit is contained in:
parent
1cc258f404
commit
85a68a34f1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue