Version bump beautifulsoup to 4.8.x ()

pull/5820/head
Matt Westcott 2020-02-11 11:02:08 +00:00
rodzic 3ac230f821
commit d192bd1d44
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -432,6 +432,7 @@ Contributors
* Simon Evans
* Arkadiusz Michał Ryś
* James O'Toole
* jeromelebleu
Translators
===========

Wyświetl plik

@ -28,7 +28,7 @@ install_requires = [
"djangorestframework>=3.7.4,<4.0",
"draftjs_exporter>=2.1.5,<3.0",
"Pillow>=4.0.0,<7.0.0",
"beautifulsoup4>=4.5.1,<4.6.1",
"beautifulsoup4>=4.8,<4.9",
"html5lib>=0.999,<2",
"Unidecode>=0.04.14,<2.0",
"Willow>=1.3,<1.4",