cap Pillow < 4.2.0

There is an API change in Pillow 4.2.0 that breaks our watermarking
step.

Change-Id: I8a8c9d87a7165521c8d86167657b25dc51d5b610
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-07-03 07:50:57 -04:00
parent a1f1748478
commit f52ec61a68
1 changed files with 2 additions and 0 deletions

View File

@ -21,3 +21,5 @@ lxml>=2.3,!=3.7.0 # BSD
# For translations
# Babel 2.4.0 is broken, fixed in 2.4.1
Babel>=2.3.4,!=2.4.0 # BSD
Pillow>=2.4.0,<4.2.0 # PIL License