mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-07 15:04:46 +01:00
23 lines
536 B
Diff
23 lines
536 B
Diff
|
From ada27d7af14570cf1374ca5a4cbd47841c5c16a7 Mon Sep 17 00:00:00 2001
|
||
|
From: j1nx <p.steenbergen@j1nx.nl>
|
||
|
Date: Thu, 29 Sep 2022 12:38:50 +0200
|
||
|
Subject: [PATCH 1/1] Lower pyalsaaudio requirement
|
||
|
|
||
|
---
|
||
|
requirements.txt | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/requirements.txt b/requirements.txt
|
||
|
index 49774e7..6bbfd60 100644
|
||
|
--- a/requirements.txt
|
||
|
+++ b/requirements.txt
|
||
|
@@ -1,3 +1,3 @@
|
||
|
ovos-plugin-manager~=0.0
|
||
|
json_database~=0.7
|
||
|
-pyalsaaudio~=0.9
|
||
|
\ No newline at end of file
|
||
|
+pyalsaaudio~=0.8
|
||
|
--
|
||
|
2.34.1
|
||
|
|