From 4ae9b065e7f17fda54c5efaaec3f4777d0dd3e0f Mon Sep 17 00:00:00 2001 From: Miroslav Date: Sun, 25 Feb 2018 21:26:25 +0200 Subject: [PATCH] Getting rid of Pillow --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8874b574d..460ca3e7d 100644 --- a/setup.py +++ b/setup.py @@ -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" ] } )