mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-30 18:34:57 +01:00
33 lines
781 B
Diff
33 lines
781 B
Diff
From bd97a98afbb3d232df317efce20d52ae45991064 Mon Sep 17 00:00:00 2001
|
|
From: Peter Steenbergen <info@j1nx.nl>
|
|
Date: Sun, 24 Nov 2019 12:02:05 +0100
|
|
Subject: [PATCH 1/1] Bump python-cryptography and python-dateutil requirements
|
|
|
|
---
|
|
requirements.txt | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/requirements.txt b/requirements.txt
|
|
index 81ffedf13a..68bb499775 100644
|
|
--- a/requirements.txt
|
|
+++ b/requirements.txt
|
|
@@ -1,5 +1,5 @@
|
|
six==1.13.0
|
|
-cryptography==2.6.1
|
|
+cryptography==2.8
|
|
requests==2.20.0
|
|
gTTS==2.0.4
|
|
PyAudio==0.2.11
|
|
@@ -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
|
|
|