From 370d1daee9b14d19b4a4aecff26107aac1aa2028 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:13:34 -0700 Subject: [PATCH] Update dependencies to prep stable release (#193) # Description Loosen ovos-utils dependency spec Add back missing ovos-config dependency # Issues # Other Notes Co-authored-by: Daniel McKnight --- requirements/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 48fba1f..aeb30ed 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,10 +1,12 @@ ovos-dinkum-listener==0.0.3a35 ovos-bus-client~=0.0.3 -ovos-utils~=0.0.30 +ovos-utils~=0.0,>=0.0.30 ovos-plugin-manager~=0.0.23 click~=8.0 click-default-group~=1.2 neon-utils[network,audio]~=1.9 +ovos-config~=0.0.7 + ovos-vad-plugin-webrtcvad~=0.0.1 ovos-ww-plugin-vosk~=0.1 ovos-microphone-plugin-alsa~=0.0.0 \ No newline at end of file