diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2017-02-15 15:29:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-15 15:29:57 +0100 |
commit | 94a7e99fdabee778f7872b0f0a7bd23ee533bc11 (patch) | |
tree | c7f90a78542e478d526565ff9c5ad67a42111f71 /setup.py | |
parent | 4aa656f2a6a2791d5fd78fa5ac40ad35b2044fb9 (diff) | |
parent | 80113a9d6ec63d665f77db16aeb8341c41319bee (diff) | |
download | mitmproxy-94a7e99fdabee778f7872b0f0a7bd23ee533bc11.tar.gz mitmproxy-94a7e99fdabee778f7872b0f0a7bd23ee533bc11.tar.bz2 mitmproxy-94a7e99fdabee778f7872b0f0a7bd23ee533bc11.zip |
Merge pull request #2028 from Kriechi/nuke-pillow
nuke Pillow
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,6 @@ setup( "hyperframe>=4.0.1, <5", "jsbeautifier>=1.6.3, <1.7", "kaitaistruct>=0.6, <0.7", - "Pillow>=3.2, <4.1", "passlib>=1.6.5, <1.8", "pyasn1>=0.1.9, <0.3", "pyOpenSSL>=16.0, <17.0", @@ -118,6 +117,7 @@ setup( 'examples': [ "beautifulsoup4>=4.4.1, <4.6", "pytz>=2015.07.0, <=2016.10", + "Pillow>=3.2, <4.1", ] } ) |