From c86c2ed24c916fcba34df88c0500f8fbd6296d8c Mon Sep 17 00:00:00 2001 From: Ryan Meek <25127328+maykar@users.noreply.github.com> Date: Tue, 19 May 2020 09:03:26 -0400 Subject: [PATCH] Update manifest.json --- custom_components/plex_assistant/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/plex_assistant/manifest.json b/custom_components/plex_assistant/manifest.json index a97db53..e71b47f 100644 --- a/custom_components/plex_assistant/manifest.json +++ b/custom_components/plex_assistant/manifest.json @@ -6,8 +6,8 @@ "codeowners": ["@maykar"], "requirements": [ "gTTs", - "pychromecast==5.0.0", + "pychromecast>=5.0.0", "fuzzywuzzy==0.16.0", - "plexapi==3.4.0" + "plexapi>=3.4.0" ] }