mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Block installation of beautifulsoup4==4.6.1
It contains a critical bug that breaks Wagtail: https://bugs.launchpad.net/beautifulsoup/+bug/1784408
This commit is contained in:
parent
f0cff6db3a
commit
93e079bc6c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
"beautifulsoup4>=4.5.1,<5.0,!=4.6.1",
|
||||
"html5lib>=0.999,<2",
|
||||
"Unidecode>=0.04.14,<2.0",
|
||||
"Willow>=1.1,<1.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue