Update to Willow 1.0 (#3828)

For changes, see: http://willow.readthedocs.io/en/latest/changelog.html#id1
This commit is contained in:
Karl Hobley 2017-09-11 13:27:42 +01:00 committed by Matt Westcott
parent 71e81e841f
commit 921cee4707

View file

@ -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",
]