From e033c46c91a265a34e2bf9c5ff299c0f294b4742 Mon Sep 17 00:00:00 2001 From: jjlawren Date: Tue, 1 Oct 2019 16:26:33 -0500 Subject: [PATCH] Add missing http dependency (#27097) --- homeassistant/components/plex/manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/plex/manifest.json b/homeassistant/components/plex/manifest.json index 137619b27b0..8e068c909c5 100644 --- a/homeassistant/components/plex/manifest.json +++ b/homeassistant/components/plex/manifest.json @@ -7,7 +7,9 @@ "plexapi==3.0.6", "plexauth==0.0.4" ], - "dependencies": [], + "dependencies": [ + "http" + ], "codeowners": [ "@jjlawren" ]