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:
parent
6ef45f30ab
commit
bf023e7dc0
3 changed files with 4 additions and 4 deletions
1
tox.ini
1
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue