add module requirement

This commit is contained in:
erogol 2020-07-09 14:49:27 +02:00
parent 830954a6a5
commit c7296b3423
3 changed files with 3 additions and 1 deletions

View File

@ -12,3 +12,4 @@ tqdm
soundfile soundfile
phonemizer phonemizer
bokeh==1.4.0 bokeh==1.4.0
inflect

View File

@ -12,6 +12,7 @@ flask
scipy scipy
tqdm tqdm
soundfile soundfile
inflect
phonemizer phonemizer
bokeh==1.4.0 bokeh==1.4.0
nose nose

View File

@ -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",