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
+1
View File
@@ -12,3 +12,4 @@ tqdm
soundfile
phonemizer
bokeh==1.4.0
inflect
+1
View File
@@ -12,6 +12,7 @@ flask
scipy
tqdm
soundfile
inflect
phonemizer
bokeh==1.4.0
nose
+1 -1
View File
@@ -106,8 +106,8 @@ setup(
"matplotlib",
"Pillow",
"flask",
# "lws",
"tqdm",
"inflect",
"bokeh==1.4.0",
"soundfile",
"phonemizer @ https://github.com/bootphon/phonemizer/tarball/master",