mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-12 01:40:40 +01:00
- Mycroft version 19.8.3 + Dutch support - Plus all other requirements updated for this bump.
36 lines
859 B
Diff
36 lines
859 B
Diff
From 830ba05cc56b84b1a3b783d08c063233119639ef Mon Sep 17 00:00:00 2001
|
|
From: Peter Steenbergen <info@j1nx.nl>
|
|
Date: Fri, 15 Nov 2019 12:55:16 +0100
|
|
Subject: [PATCH 1/1] Bump python-tornado and python-dateutil versions as
|
|
requirements
|
|
|
|
---
|
|
requirements.txt | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/requirements.txt b/requirements.txt
|
|
index 7eeb701c30..0762473922 100644
|
|
--- a/requirements.txt
|
|
+++ b/requirements.txt
|
|
@@ -5,7 +5,7 @@ gTTS==2.0.4
|
|
PyAudio==0.2.11
|
|
pyee==5.0.0
|
|
SpeechRecognition==3.8.1
|
|
-tornado==4.5.3
|
|
+tornado==5.1.1
|
|
websocket-client==0.54.0
|
|
requests-futures==0.9.5
|
|
pyalsaaudio==0.8.2
|
|
@@ -15,7 +15,7 @@ psutil==5.2.1
|
|
pocketsphinx==0.1.0
|
|
inflection==0.3.1
|
|
pillow==6.2.1
|
|
-python-dateutil==2.6.0
|
|
+python-dateutil==2.7.5
|
|
pychromecast==3.2.2
|
|
python-vlc==1.1.2
|
|
google-api-python-client==1.6.4
|
|
--
|
|
2.24.0.rc1
|
|
|