From bc64109e11b1da0072243244e9642bb4d2a1ebdd Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 14 Mar 2021 12:26:41 +0100 Subject: [PATCH] Fix Pillow version --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 0a797c6341..24cf1b4879 100644 --- a/src/setup.py +++ b/src/setup.py @@ -101,7 +101,7 @@ setup( 'django-filter==2.4.*', 'django-scopes==1.2.*', 'reportlab>=3.5.65', - 'Pillow==7.*', + 'Pillow==8.*', 'PyPDF2==1.26.*', 'django-libsass==0.8', 'libsass==0.20.*',