summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorLuke Yeager <luke.yeager@gmail.com>2015-03-25 12:42:17 -0700
committerLuke Yeager <luke.yeager@gmail.com>2015-03-25 12:45:26 -0700
commit3487d246fb3a665e3eee23d415a41ade1b7acf3f (patch)
treeac448932bb83b1f4b0f359aed8bd52df00e31d01 /python
parentc30898620b6a0f91b8ce7a92d43664b29d36500b (diff)
downloadcaffeonacl-3487d246fb3a665e3eee23d415a41ade1b7acf3f.tar.gz
caffeonacl-3487d246fb3a665e3eee23d415a41ade1b7acf3f.tar.bz2
caffeonacl-3487d246fb3a665e3eee23d415a41ade1b7acf3f.zip
Downgrade Pillow pip requirement
2.7.0 isn't really necessary - 2.3.0 is sufficient. This is the version available on Ubuntu 14.04 via apt-get, and seems to be a reasonable lowest common denominator in general. http://pillow.readthedocs.org/installation.html#old-versions
Diffstat (limited to 'python')
-rw-r--r--python/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/requirements.txt b/python/requirements.txt
index 6a90fd6f..28747f27 100644
--- a/python/requirements.txt
+++ b/python/requirements.txt
@@ -14,4 +14,4 @@ python-dateutil>=1.4,<2
protobuf>=2.5.0
python-gflags>=2.0
pyyaml>=3.10
-Pillow>=2.7.0
+Pillow>=2.3.0