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

Relax pillow version restriction (#5829)

It allows to build with Pillow 7.x.
This commit is contained in:
Po-Chuan Hsieh 2020-02-26 07:10:17 +08:00 committed by GitHub
parent a6fb0762a8
commit f52d3d89d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ install_requires = [
"django-treebeard>=4.2.0,<5.0",
"djangorestframework>=3.7.4,<4.0",
"draftjs_exporter>=2.1.5,<3.0",
"Pillow>=4.0.0,<7.0.0",
"Pillow>=4.0.0,<8.0.0",
"beautifulsoup4>=4.8,<4.9",
"html5lib>=0.999,<2",
"Unidecode>=0.04.14,<2.0",