From 61222233e8925cc18f8b6710d763b0e239e7bb95 Mon Sep 17 00:00:00 2001 From: Aaron Blew Date: Thu, 8 Mar 2018 20:57:16 -0800 Subject: [PATCH] Fixed missing "requests" package When attempting to do local model training I noticed I had to manually install the "requests" package. This should address that issue. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b2b51d5d..61011a67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,4 @@ python_speech_features pyxdg bs4 six +requests