From 86fb1d89f6d2066f9055fb379d39f8c07dc9c1ae Mon Sep 17 00:00:00 2001 From: Phuoc Cao Date: Sat, 16 Sep 2023 15:51:04 +0200 Subject: [PATCH] change Pillow version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 942a475..6cec6c5 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ requires = [ 'webhelpers2', # various web building related helpers 'passlib', 'python-magic', - 'Pillow == 6.1.0', + 'Pillow == 8.0.1', 'unidecode', 'markdown', 'urllib3',