summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2015-10-07 13:41:42 +1100
committerJoshua Hesketh <josh@nitrotech.org>2015-10-07 13:42:33 +1100
commit2f996808f81fc0272b065c3274d37eb5b8c7e08b (patch)
treee544d3b0cae5f4356a651244eee3fafb0cd7902f
parentc429af06f3afedd9fb4d2641c9ee74655a07525e (diff)
downloadturbo-hipster-2f996808f81fc0272b065c3274d37eb5b8c7e08b.tar.gz
Pin Pillow below 3
Change-Id: I7a483e9f98a4c63332718bcf327b71b7b279998a
-rw-r--r--requirements.txt5
1 files changed, 5 insertions, 0 deletions
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