From 02f3ae56969eb56201fbdc58e1c890351cdaa8b3 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 29 Apr 2019 18:43:47 +0000 Subject: [PATCH] Relax pillow version restriction It allows to build with Pillow 6.x. --- CONTRIBUTORS.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index e75afafb3e..1c7ef22407 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -365,6 +365,7 @@ Contributors * dthompson86 * Jason Dilworth * Deniz Dogan +* Po-Chuan Hsieh Translators =========== diff --git a/setup.py b/setup.py index 3a4113c2c2..320b7fb3c3 100755 --- a/setup.py +++ b/setup.py @@ -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,<6.0", + "Pillow>=4.0.0,<7.0.0", "beautifulsoup4>=4.5.1,<4.6.1", "html5lib>=0.999,<2", "Unidecode>=0.04.14,<2.0",