Remove unidecode dependency and use unicodedata instead

I found a way to remove the unidecode dependency without sacrificing
much by using unicodedata.normalize .
This commit is contained in:
Antonio Larrosa 2017-03-30 17:32:21 +02:00
parent 6ef45f30ab
commit bf023e7dc0
3 changed files with 4 additions and 4 deletions

View file

@ -75,7 +75,6 @@ setup(
'Jinja2>=2.4',
'itsdangerous>=0.21',
'click>=2.0',
'unidecode',
],
classifiers=[
'Development Status :: 4 - Beta',