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

Upgrade BeautifulSoup→4.5.1; restore html5lib import

This commit is contained in:
Nick Smith 2016-08-25 10:17:50 +01:00 committed by Matt Westcott
parent 603962146b
commit ae3fba183a

View File

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