From e125bf373167e2c8bd4fbcd1115d5c3c5094147a Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Thu, 26 Oct 2023 12:58:30 -0700 Subject: [PATCH] Update to stable dependencies Pin latest ovos-audio alpha dependency --- requirements/requirements.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index f7f0b4d..3bd13e1 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,9 +1,16 @@ -ovos-audio~=0.0.1,>=0.0.2a24 +ovos-audio==0.0.2a27 ovos-utils~=0.0.35 ovos-config~=0.0.10 phoneme-guesser~=0.1 -ovos-plugin-manager~=0.0.22,>=0.0.24a13 +ovos-plugin-manager~=0.0.24 neon-utils[network]~=1.6 click~=8.0 click-default-group~=1.2 ovos-bus-client~=0.0.3 + +# Default OCP backend + plugins +ovos-plugin-common-play~=0.0.5 +ovos-ocp-m3u-plugin~=0.0.1 +ovos-ocp-rss-plugin~=0.0.2 +ovos-ocp-files-plugin~=0.13 +ovos-ocp-news-plugin~=0.0.3 \ No newline at end of file