Skip to content
Snippets Groups Projects
Commit dbeba8ea authored by Martin Trigaux's avatar Martin Trigaux Committed by fw-bot
Browse files

[IMP] packages: match PIL to debian version

https://packages.debian.org/buster/python-pil


As of today, python-pillow is at 5.4 in the latest debian release

This allows to deprecate the older versions progessively

Newer versions have new features like the exif_transpose method in 6.0
as discussed at #37448

closes odoo/odoo#38245

X-original-commit: 4ad7a99d
Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent 97842368
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ mock==2.0.0
num2words==0.5.6
ofxparse==0.16
passlib==1.6.5
Pillow==4.0.0
Pillow==5.4.0
polib==1.1.0
psutil==4.3.1; sys_platform != 'win32'
psycopg2==2.7.3.1; sys_platform != 'win32'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment