From 78d8ca07a57e2182e2ba4f06079d5d64177aaa0c Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Mon, 9 Oct 2017 14:25:11 +0200 Subject: [PATCH] Add unidecode to the list of dependencies in setup.py; --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 41c334c93d..1fc2fd1960 100755 --- a/setup.py +++ b/setup.py @@ -134,6 +134,7 @@ def install_weboob(): 'PyYAML', 'html2text>=3.200', 'six', + 'unidecode', ] try: import Image -- GitLab