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

Upgrade Pillow to >=4.0

This commit is contained in:
Matt Westcott 2018-03-05 16:39:34 +00:00 committed by GitHub
parent 073dcdddfe
commit 46286e2c84
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.0,<2.1",
"Pillow>=2.6.1,<5.0",
"Pillow>=4.0.0,<6.0",
"beautifulsoup4>=4.5.1,<5.0",
"html5lib>=0.999,<1",
"Unidecode>=0.04.14,<1.0",
@ -41,7 +41,6 @@ testing_extras = [
'mock>=1.0.0',
'python-dateutil>=2.2',
'pytz>=2014.7',
'Pillow>=2.7.0',
'elasticsearch>=1.0.0,<3.0',
'Jinja2>=2.8,<3.0',
'boto3>=1.4,<1.5',