From 60af9ccef315a451c154e1227d6679441227ef05 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 21 Oct 2020 13:01:01 +0100 Subject: [PATCH] Extend Pillow dependency range to include 8.x --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 256300f43b..2553e4e0a2 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ install_requires = [ "djangorestframework>=3.11.1,<4.0", "django-filter>=2.2,<3.0", "draftjs_exporter>=2.1.5,<3.0", - "Pillow>=4.0.0,<8.0.0", + "Pillow>=4.0.0,<9.0.0", "beautifulsoup4>=4.8,<4.9", "html5lib>=0.999,<2", # RemovedInWagtail212Warning: unidecode is only used by _migrate_legacy_clean_name in wagtail.contrib.forms