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

unpin beautifulsoup, allow <4.10 instead of <4.9

This commit is contained in:
Dale Evans 2021-03-04 12:15:56 -08:00 committed by Matt Westcott
parent 09431f7b22
commit 197e34be56
2 changed files with 2 additions and 1 deletions

View File

@ -502,6 +502,7 @@ Contributors
* Joan Eliot
* Sagar Agarwal
* Susan Dreher
* Dale Evans
Translators
===========

View File

@ -28,7 +28,7 @@ install_requires = [
"django-filter>=2.2,<3.0",
"draftjs_exporter>=2.1.5,<3.0",
"Pillow>=4.0.0,<9.0.0",
"beautifulsoup4>=4.8,<4.9",
"beautifulsoup4>=4.8,<4.10",
"html5lib>=0.999,<2",
"Willow>=1.4,<1.5",
"requests>=2.11.1,<3.0",