From 1e03a5d31e3520751a619a755a0e0866fbb5369d Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 4 Jan 2018 16:05:27 +0100 Subject: [PATCH] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c66d1382e5..06961ca2c1 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ ], 'examples': [ "beautifulsoup4>=4.4.1, <4.7", - "Pillow>=4.3,<4.4", + "Pillow>=4.3,<5.1", ] } )