From cbf94180722daf52794eb185c86d78ac2da9d864 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 14 Jan 2016 14:59:51 +0800 Subject: Allow Pillow 3.1 Tested with Pillow 3.1.0, all tests passed and the functionality is working correctly here. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a5963807..29ac4753 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ deps = { "construct>=2.5.2, <2.6", "six>=1.10.0, <1.11", "lxml==3.4.4", # there are no Windows wheels for newer versions, so we pin this. - "Pillow>=3.0.0, <3.1", + "Pillow>=3.0.0, <3.2", "watchdog>=0.8.3, <0.9", } # A script -> additional dependencies dict. -- cgit v1.2.3