mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-10 17:00:42 +01:00
30 lines
707 B
Diff
30 lines
707 B
Diff
From 984a029070c37436a30ab347a0bfafa67a960014 Mon Sep 17 00:00:00 2001
|
|
From: j1nx <p.steenbergen@j1nx.nl>
|
|
Date: Sun, 5 Jun 2022 13:15:54 +0200
|
|
Subject: [PATCH 1/1] Loosen some requirements
|
|
|
|
---
|
|
requirements/requirements.txt | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
|
|
index ef51533514..563d0b1f6e 100644
|
|
--- a/requirements/requirements.txt
|
|
+++ b/requirements/requirements.txt
|
|
@@ -2,10 +2,10 @@ requests~=2.26
|
|
PyAudio~=0.2
|
|
SpeechRecognition~=3.8
|
|
tornado~=6.0, >=6.0.3
|
|
-psutil~=5.6.6
|
|
+psutil>=5.6.6
|
|
python-dateutil~=2.6
|
|
combo-lock~=0.2
|
|
-PyYAML~=5.4
|
|
+PyYAML>=5.4
|
|
watchdog
|
|
|
|
ovos-utils~=0.0, >=0.0.22
|
|
--
|
|
2.34.1
|
|
|