From c15716793baea1011fba617caf77e17eca56534d Mon Sep 17 00:00:00 2001 From: miro Date: Tue, 17 Sep 2024 16:37:07 +0100 Subject: [PATCH] fix:extras include spotify and chromecast plugins, this makes the cli scripts to set them up available by default --- requirements/extras.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements/extras.txt b/requirements/extras.txt index b9a7908..6281597 100644 --- a/requirements/extras.txt +++ b/requirements/extras.txt @@ -4,6 +4,8 @@ ovos-tts-plugin-server>=0.0.2, <1.0.0 # Media Playback plugins ovos_audio_plugin_simple>=0.1.0, <1.0.0 ovos-audio-plugin-mpv>=0.0.1, <1.0.0 +ovos-media-plugin-spotify>=0.2.3, <1.0.0 +ovos-media-plugin-chromecast>=0.1.0, <1.0.0 ovos_plugin_common_play>=0.0.7, <1.0.0 # OCP plugins