mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-03-06 20:48:04 +01:00
25 lines
701 B
Diff
25 lines
701 B
Diff
From d0e630337d7b81abfe7fdf018252e8c6b06f741d Mon Sep 17 00:00:00 2001
|
|
From: j1nx <p.steenbergen@j1nx.nl>
|
|
Date: Wed, 17 Feb 2021 13:53:37 +0100
|
|
Subject: [PATCH 1/1] Bump requests requirement to >= 2.24.0 inline with
|
|
buildroot. This to prevent issues with the urllib3 package in combination
|
|
with the HASS skill.
|
|
|
|
---
|
|
requirements/requirements.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
|
|
index 8c22b4a4c5..dab7856965 100644
|
|
--- a/requirements/requirements.txt
|
|
+++ b/requirements/requirements.txt
|
|
@@ -1,4 +1,4 @@
|
|
-requests==2.20.0
|
|
+requests>=2.24.0
|
|
gTTS>=2.2.2,<2.3.0
|
|
PyAudio==0.2.11
|
|
pyee==8.1.0
|
|
--
|
|
2.20.1
|
|
|