Compare commits

...

1 Commits

Author SHA1 Message Date
Nicolas Roche a834f41ad4 setup.py: add unidecode (#66082) 2022-06-09 10:49:28 +02:00
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,