mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-05 22:14:45 +00:00
Upgrade BeautifulSoup→4.5.1; restore html5lib import
This commit is contained in:
parent
603962146b
commit
ae3fba183a
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -27,8 +27,8 @@ install_requires = [
|
|||
"django-treebeard>=3.0,<5.0",
|
||||
"djangorestframework>=3.1.3",
|
||||
"Pillow>=2.6.1",
|
||||
"beautifulsoup4>=4.4.1",
|
||||
"html5lib==0.999999",
|
||||
"beautifulsoup4>=4.5.1",
|
||||
"html5lib>=0.999,<1",
|
||||
"Unidecode>=0.04.14",
|
||||
"Willow>=0.3b4,<0.4",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue