setup.py: add unidecode (#66082)

This commit is contained in:
Nicolas Roche 2022-06-09 10:49:28 +02:00
parent 6570835fa5
commit a834f41ad4
1 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,9 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
],
install_requires=[],
install_requires=[
'unidecode',
],
zip_safe=False,
cmdclass={
'build': build,