mirror of https://github.com/coqui-ai/TTS.git
Add tqdm to requirements.txt
While tqdm is contained in setup.py it is missing in the requirements.txt
This commit is contained in:
parent
3a72d75ecd
commit
e35c5f463e
|
@ -10,3 +10,4 @@ Pillow
|
|||
flask
|
||||
scipy==0.19.0
|
||||
lws
|
||||
tqdm
|
||||
|
|
Loading…
Reference in New Issue