From 80f5feb157b8f7e0ac178bee86b84a396f8931e1 Mon Sep 17 00:00:00 2001 From: Eren G Date: Fri, 27 Jul 2018 16:12:58 +0200 Subject: [PATCH] Add lws to requrements --- requirements.txt | 3 ++- setup.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4628a6ae..8a8eb039 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ tensorboardX matplotlib Pillow flask -scipy \ No newline at end of file +scipy +lws \ No newline at end of file diff --git a/setup.py b/setup.py index 06afe37a..b0f1eae3 100644 --- a/setup.py +++ b/setup.py @@ -78,6 +78,7 @@ setup(name='TTS', "matplotlib", "Pillow", "flask", + "lws" ], extras_require={ "bin": [