aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2017-04-16 22:12:04 +0200
committerGitHub <noreply@github.com>2017-04-16 22:12:04 +0200
commit9c18f0ba090617ca87af29660c4d52c8fc85d49a (patch)
tree53619905775738ff185e2889e7656806668297f8
parentbe5e276d45daf5bc8af32043ba653f4333584b5c (diff)
parent3aa7f249925d8cd0e4436545e5b477958b446424 (diff)
downloadmitmproxy-9c18f0ba090617ca87af29660c4d52c8fc85d49a.tar.gz
mitmproxy-9c18f0ba090617ca87af29660c4d52c8fc85d49a.tar.bz2
mitmproxy-9c18f0ba090617ca87af29660c4d52c8fc85d49a.zip
Merge pull request #2240 from mitmproxy/requires-io-master
[requires.io] dependency update on master branch
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cb25454e..5c24eff1 100644
--- a/setup.py
+++ b/setup.py
@@ -113,7 +113,7 @@ setup(
],
'examples': [
"beautifulsoup4>=4.4.1, <4.6",
- "Pillow>=3.2, <4.1",
+ "Pillow>=3.2,<4.2",
]
}
)