From 246f307e210ba0676040e3851247f90dd5fd4ad5 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 2 Apr 2019 11:31:01 +0200 Subject: [PATCH] Pin version of pillow (incompatibility with reportlab) --- src/requirements/production.txt | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index ceecaed1b..a5fbb7ffa 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -10,7 +10,7 @@ django-hierarkey==1.0.*,>=1.0.3 django-filter==2.0.* reportlab==3.5.* PyPDF2==1.26.* -Pillow +Pillow==5.* django-libsass libsass django-otp==0.4.* diff --git a/src/setup.py b/src/setup.py index de1a2fe3d..234dd8e52 100644 --- a/src/setup.py +++ b/src/setup.py @@ -97,7 +97,7 @@ setup( 'django-hierarkey==1.0.*,>=1.0.2', 'django-filter==2.0.*', 'reportlab==3.5.*', - 'Pillow', + 'Pillow==5.*', 'PyPDF2==1.26.*', 'django-libsass', 'libsass',