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

Allow html5lib 1.x. Fixes #4454

This commit is contained in:
Matt Westcott 2018-04-12 11:56:50 +01:00
parent 63e824f100
commit 8abceeb166

View File

@ -29,7 +29,7 @@ install_requires = [
"draftjs_exporter>=2.0,<3.0",
"Pillow>=4.0.0,<6.0",
"beautifulsoup4>=4.5.1,<5.0",
"html5lib>=0.999,<1",
"html5lib>=0.999,<2",
"Unidecode>=0.04.14,<1.0",
"Willow>=1.1,<1.2",
"requests>=2.11.1,<3.0",