Pin Beautifulsoup to 4.6.0

pull/4730/head
Matt Westcott 2018-08-13 14:58:35 +01:00
rodzic 7ea465e694
commit b2a8f404e0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -28,7 +28,7 @@ install_requires = [
"djangorestframework>=3.7.4,<4.0",
"draftjs_exporter>=2.0,<3.0",
"Pillow>=4.0.0,<6.0",
"beautifulsoup4>=4.5.1,<5.0,!=4.6.1",
"beautifulsoup4>=4.5.1,<4.6.1",
"html5lib>=0.999,<2",
"Unidecode>=0.04.14,<2.0",
"Willow>=1.1,<1.2",