diff --git a/Lib/gftools/utils.py b/Lib/gftools/utils.py index b3c168821..e77840146 100644 --- a/Lib/gftools/utils.py +++ b/Lib/gftools/utils.py @@ -36,7 +36,6 @@ from configparser import ConfigParser else: from ConfigParser import ConfigParser -import unicodedata as uni # ===================================== # HELPER FUNCTIONS diff --git a/requirements.txt b/requirements.txt index 68efd3415..edf628d5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,4 @@ skia-pathops pandas xlrd openpyxl -unicdecode +unidecode