change Pillow version

This commit is contained in:
Phuoc Cao
2023-09-16 15:51:04 +02:00
parent 35b213b3bc
commit 86fb1d89f6

View File

@@ -25,7 +25,7 @@ requires = [
'webhelpers2', # various web building related helpers 'webhelpers2', # various web building related helpers
'passlib', 'passlib',
'python-magic', 'python-magic',
'Pillow == 6.1.0', 'Pillow == 8.0.1',
'unidecode', 'unidecode',
'markdown', 'markdown',
'urllib3', 'urllib3',