From 4c66dc6197fa7bac84b8bb22b4566dafccee96c9 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 23 Oct 2020 18:57:32 +0100 Subject: [PATCH] Add back unidecode as a testing-only dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 421e6587d6..6ace006eb7 100755 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ testing_extras = [ 'boto3>=1.4,<1.5', 'freezegun>=0.3.8', 'openpyxl>=2.6.4', + 'Unidecode>=0.04.14,<2.0', # For coverage and PEP8 linting 'coverage>=3.7.0',