From 8270a117f5c1e587132cda7099b0cd4be31dd8dc Mon Sep 17 00:00:00 2001 From: Craig Loftus Date: Fri, 15 Jun 2018 15:09:34 +0100 Subject: [PATCH] Update Unidecode version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 76187b78ae..44ba9917f2 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ install_requires = [ "Pillow>=4.0.0,<6.0", "beautifulsoup4>=4.5.1,<5.0", "html5lib>=0.999,<2", - "Unidecode>=0.04.14,<1.0", + "Unidecode>=0.04.14,<2.0", "Willow>=1.1,<1.2", "requests>=2.11.1,<3.0", "l18n",