forked from orbit-oss/flask
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
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