mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-16 19:08:43 +01:00
26 lines
643 B
Diff
26 lines
643 B
Diff
|
From 840f9594d7876fbcb3a4b446a4b78618a032e774 Mon Sep 17 00:00:00 2001
|
||
|
From: Peter Steenbergen <info@j1nx.nl>
|
||
|
Date: Fri, 6 Dec 2019 09:25:01 +0100
|
||
|
Subject: [PATCH 1/1] Bump python-dateutil requirement to 2.7.5
|
||
|
|
||
|
---
|
||
|
requirements.txt | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/requirements.txt b/requirements.txt
|
||
|
index 5d89f9fb11..f1be1a6724 100644
|
||
|
--- a/requirements.txt
|
||
|
+++ b/requirements.txt
|
||
|
@@ -14,7 +14,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
|
||
|
|