Upgrade BeautifulSoup→4.5.1; restore html5lib import

pull/2942/merge
Nick Smith 2016-08-25 10:17:50 +01:00 zatwierdzone przez Matt Westcott
rodzic 603962146b
commit ae3fba183a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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