diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2016-01-14 09:42:25 +0100 |
---|---|---|
committer | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2016-01-14 09:42:25 +0100 |
commit | add33f873336c510dd171fe3665f686216b18488 (patch) | |
tree | e3054d6b05b788ae9b013c4939755562d8ec1a51 /setup.py | |
parent | 0882457b17d637978976066418a6671593955832 (diff) | |
parent | cbf94180722daf52794eb185c86d78ac2da9d864 (diff) | |
download | mitmproxy-add33f873336c510dd171fe3665f686216b18488.tar.gz mitmproxy-add33f873336c510dd171fe3665f686216b18488.tar.bz2 mitmproxy-add33f873336c510dd171fe3665f686216b18488.zip |
Merge pull request #887 from felixonmars/pillow-31
Allow Pillow 3.1
Diffstat (limited to 'setup.py')
-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. |