From 2f996808f81fc0272b065c3274d37eb5b8c7e08b Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Wed, 7 Oct 2015 13:41:42 +1100 Subject: Pin Pillow below 3 Change-Id: I7a483e9f98a4c63332718bcf327b71b7b279998a --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index ae6769a..cff7fd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,11 @@ lockfile python-daemon<2.0 extras GitPython>=0.3.2.RC1 +# NOTE(tonyb) Pillow isn't directly needed but it's pulled in via +# Collecting Pillow (from blockdiag>=1.5.0->sphinxcontrib-blockdiag>=0.5.5 +# So cap as per global-requirements until https://launchpad.net/bugs/1501995 +# is properly fixed +Pillow>=2.4.0,<3.0.0 # MIT sphinxcontrib-programoutput sphinxcontrib-seqdiag -- cgit v1.2.1