diff options
| author | Miroslav <ttahabatt@gmail.com> | 2018-02-25 21:26:25 +0200 | 
|---|---|---|
| committer | Miroslav <ttahabatt@gmail.com> | 2018-02-25 21:26:25 +0200 | 
| commit | 4ae9b065e7f17fda54c5efaaec3f4777d0dd3e0f (patch) | |
| tree | 0a271e073d8e029d5ea90aab25993dfccb4c8ef6 | |
| parent | 3b134df77f6d9e2166d722a675dfffb803ece197 (diff) | |
| download | mitmproxy-4ae9b065e7f17fda54c5efaaec3f4777d0dd3e0f.tar.gz mitmproxy-4ae9b065e7f17fda54c5efaaec3f4777d0dd3e0f.tar.bz2 mitmproxy-4ae9b065e7f17fda54c5efaaec3f4777d0dd3e0f.zip | |
Getting rid of Pillow
| -rw-r--r-- | setup.py | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -100,8 +100,7 @@ setup(              "rstcheck>=2.2, <4.0",          ],          'examples': [ -            "beautifulsoup4>=4.4.1, <4.7", -            "Pillow>=4.3,<5.1", +            "beautifulsoup4>=4.4.1, <4.7"          ]      }  ) | 
