Add phonemizer to dependency list

This commit is contained in:
Eren Golge 2019-01-10 15:35:48 +01:00
parent 524743507c
commit a034652e45
2 changed files with 5 additions and 0 deletions

View File

@ -11,3 +11,4 @@ flask
scipy==0.19.0
lws
tqdm
git+git://github.com/bootphon/phonemizer@master

View File

@ -82,6 +82,10 @@ setup(
"flask",
# "lws",
"tqdm",
"phonemizer",
],
dependency_links=[
'http://github.com/bootphon/phonemizer/tarball/master#egg=phonemizer'
],
extras_require={
"bin": [