mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 21:11:55 +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
8e95c04fd7
commit
6088825a89
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -27,7 +27,7 @@ install_requires = [
|
|||
"django-treebeard>=3.0,<5.0",
|
||||
"djangorestframework>=3.1.3,<3.7", # 3.7 drops Django 1.8 support
|
||||
"Pillow>=2.6.1",
|
||||
"beautifulsoup4>=4.5.1",
|
||||
"beautifulsoup4>=4.5.1,<5.0,!=4.6.1",
|
||||
"html5lib>=0.999,<1",
|
||||
"Unidecode>=0.04.14",
|
||||
"Willow>=0.4,<0.5",
|
||||
|
|
|
|||
Loading…
Reference in a new issue