Switch unidecode over to the new anunidecode library and write some tests to validate results.
This commit is contained in:
parent
2d21dc9293
commit
09917ff062
4 changed files with 54 additions and 5 deletions
|
@ -13,10 +13,10 @@ PyGithub==1.25.0
|
|||
PyMySQL==0.6.2
|
||||
PyPDF2==1.22
|
||||
SQLAlchemy==0.9.7
|
||||
Unidecode==0.04.16
|
||||
Werkzeug==0.9.6
|
||||
alembic==0.6.5
|
||||
git+https://github.com/DevTable/aniso8601-fake.git
|
||||
git+https://github.com/DevTable/anunidecode.git
|
||||
argparse==1.2.1
|
||||
beautifulsoup4==4.3.2
|
||||
blinker==1.3
|
||||
|
|
Reference in a new issue