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
5e8ac066e4
commit
ebce4e2fc3
3 changed files with 4 additions and 4 deletions
1
setup.py
1
setup.py
|
|
@ -75,7 +75,6 @@ setup(
|
|||
'Jinja2>=2.4',
|
||||
'itsdangerous>=0.21',
|
||||
'click>=2.0',
|
||||
'unidecode',
|
||||
],
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue