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

@ -27,7 +27,6 @@ deps=
devel: git+https://github.com/pallets/itsdangerous.git
devel: git+https://github.com/jek/blinker.git
simplejson: simplejson
unidecode
[testenv:docs]
deps = sphinx