mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-17 11:29:04 +01:00
36 lines
845 B
Diff
36 lines
845 B
Diff
From 6f5b4940d26bc3d3413cd750f3e7e17c5e9e5db7 Mon Sep 17 00:00:00 2001
|
|
From: Peter Steenbergen <info@j1nx.nl>
|
|
Date: Wed, 4 Sep 2019 16:01:39 +0200
|
|
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 11f08860cc..661dfcbe03 100644
|
|
--- a/requirements.txt
|
|
+++ b/requirements.txt
|
|
@@ -6,7 +6,7 @@ gTTS-token==1.1.3
|
|
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
|
|
@@ -16,7 +16,7 @@ psutil==5.2.1
|
|
pocketsphinx==0.1.0
|
|
inflection==0.3.1
|
|
pillow==4.1.1
|
|
-python-dateutil==2.6.0
|
|
+python-dateutil==2.7.5
|
|
pychromecast==3.2.2
|
|
python-vlc==1.1.2
|
|
pulsectl==17.7.4
|
|
--
|
|
2.11.0
|
|
|