From 921cee4707ea21363d27838370b8f38d8065a3a1 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 11 Sep 2017 13:27:42 +0100 Subject: [PATCH] Update to Willow 1.0 (#3828) For changes, see: http://willow.readthedocs.io/en/latest/changelog.html#id1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 02da294c0f..10d2eb791c 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ install_requires = [ "beautifulsoup4>=4.5.1", "html5lib>=0.999,<1", "Unidecode>=0.04.14", - "Willow>=0.4,<0.5", + "Willow>=1.0,<1.1", "requests>=2.11.1,<3.0", ]