Update setup.py

This commit is contained in:
Maximilian Hils 2017-04-16 19:44:26 +02:00 committed by GitHub
parent 3afeb7c7e9
commit 3aa7f24992

View File

@ -113,7 +113,7 @@ setup(
],
'examples': [
"beautifulsoup4>=4.4.1, <4.6",
"Pillow>=4.1,<4.2",
"Pillow>=3.2,<4.2",
]
}
)