Getting rid of Pillow

This commit is contained in:
Miroslav 2018-02-25 21:26:25 +02:00
parent 3b134df77f
commit 4ae9b065e7

View File

@ -100,8 +100,7 @@ setup(
"rstcheck>=2.2, <4.0", "rstcheck>=2.2, <4.0",
], ],
'examples': [ 'examples': [
"beautifulsoup4>=4.4.1, <4.7", "beautifulsoup4>=4.4.1, <4.7"
"Pillow>=4.3,<5.1",
] ]
} }
) )