aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-04-16 19:44:26 +0200
committerGitHub <noreply@github.com>2017-04-16 19:44:26 +0200
commit3aa7f249925d8cd0e4436545e5b477958b446424 (patch)
tree53619905775738ff185e2889e7656806668297f8 /setup.py
parent3afeb7c7e9b6219f5180845ddaba8f07c50c3af1 (diff)
downloadmitmproxy-3aa7f249925d8cd0e4436545e5b477958b446424.tar.gz
mitmproxy-3aa7f249925d8cd0e4436545e5b477958b446424.tar.bz2
mitmproxy-3aa7f249925d8cd0e4436545e5b477958b446424.zip
Update setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dd120e2e..5c24eff1 100644
--- a/setup.py
+++ b/setup.py
@@ -113,7 +113,7 @@ setup(
],
'examples': [
"beautifulsoup4>=4.4.1, <4.6",
- "Pillow>=4.1,<4.2",
+ "Pillow>=3.2,<4.2",
]
}
)