From 6a977ac96b8b0b24342d7bf44e94a5f477dea538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Forslund?= Date: Fri, 5 Jan 2018 11:24:56 +0100 Subject: [PATCH] Update Speech recognition module to 3.8.1 As suggested by @turboproc this restores GoogleCloudSTT. For details on the change see https://github.com/Uberi/speech_recognition/releases ==== Fixed Issues ==== #1329 ==== Environment Notes ==== SpeechRecognition updated to 3.8.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 692e08dc7a..4aaed967de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ gTTS-token==1.1.1 backports.ssl-match-hostname==3.4.0.2 PyAudio==0.2.11 pyee==1.0.1 -SpeechRecognition==3.7.1 +SpeechRecognition==3.8.1 tornado==4.2.1 websocket-client==0.32.0 adapt-parser==0.3.0