kopia lustrzana https://github.com/wagtail/wagtail
Upgrade BeautifulSoup→4.4.1 (#2772)
rodzic
e2c9c878de
commit
66a17e6b7d
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ install_requires = [
|
||||||
"django-treebeard>=3.0,<5.0",
|
"django-treebeard>=3.0,<5.0",
|
||||||
"djangorestframework>=3.1.3",
|
"djangorestframework>=3.1.3",
|
||||||
"Pillow>=2.6.1",
|
"Pillow>=2.6.1",
|
||||||
"beautifulsoup4>=4.3.2",
|
"beautifulsoup4>=4.4.1",
|
||||||
"html5lib>=0.999,<1",
|
"html5lib>=0.999,<1",
|
||||||
"Unidecode>=0.04.14",
|
"Unidecode>=0.04.14",
|
||||||
"Willow>=0.3b4,<0.4",
|
"Willow>=0.3b4,<0.4",
|
||||||
|
|
Ładowanie…
Reference in New Issue