mirror of https://github.com/coqui-ai/TTS.git
add module requirement
This commit is contained in:
parent
830954a6a5
commit
c7296b3423
|
@ -12,3 +12,4 @@ tqdm
|
||||||
soundfile
|
soundfile
|
||||||
phonemizer
|
phonemizer
|
||||||
bokeh==1.4.0
|
bokeh==1.4.0
|
||||||
|
inflect
|
||||||
|
|
|
@ -12,6 +12,7 @@ flask
|
||||||
scipy
|
scipy
|
||||||
tqdm
|
tqdm
|
||||||
soundfile
|
soundfile
|
||||||
|
inflect
|
||||||
phonemizer
|
phonemizer
|
||||||
bokeh==1.4.0
|
bokeh==1.4.0
|
||||||
nose
|
nose
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -106,8 +106,8 @@ setup(
|
||||||
"matplotlib",
|
"matplotlib",
|
||||||
"Pillow",
|
"Pillow",
|
||||||
"flask",
|
"flask",
|
||||||
# "lws",
|
|
||||||
"tqdm",
|
"tqdm",
|
||||||
|
"inflect",
|
||||||
"bokeh==1.4.0",
|
"bokeh==1.4.0",
|
||||||
"soundfile",
|
"soundfile",
|
||||||
"phonemizer @ https://github.com/bootphon/phonemizer/tarball/master",
|
"phonemizer @ https://github.com/bootphon/phonemizer/tarball/master",
|
||||||
|
|
Loading…
Reference in New Issue