diff options
author | Felix Yan <felixonmars@archlinux.org> | 2016-01-14 14:59:51 +0800 |
---|---|---|
committer | Felix Yan <felixonmars@archlinux.org> | 2016-01-14 14:59:51 +0800 |
commit | cbf94180722daf52794eb185c86d78ac2da9d864 (patch) | |
tree | e3054d6b05b788ae9b013c4939755562d8ec1a51 | |
parent | 0882457b17d637978976066418a6671593955832 (diff) | |
download | mitmproxy-cbf94180722daf52794eb185c86d78ac2da9d864.tar.gz mitmproxy-cbf94180722daf52794eb185c86d78ac2da9d864.tar.bz2 mitmproxy-cbf94180722daf52794eb185c86d78ac2da9d864.zip |
Allow Pillow 3.1
Tested with Pillow 3.1.0, all tests passed and the functionality is working correctly here.
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |