Allow html5lib 1.x. Fixes #4454

pull/4461/head
Matt Westcott 2018-04-12 11:56:50 +01:00
rodzic 63e824f100
commit 8abceeb166
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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