Add missing http dependency (#27097)

This commit is contained in:
jjlawren 2019-10-01 16:26:33 -05:00 committed by Paulus Schoutsen
parent 8d251c190f
commit e033c46c91

View File

@ -7,7 +7,9 @@
"plexapi==3.0.6", "plexapi==3.0.6",
"plexauth==0.0.4" "plexauth==0.0.4"
], ],
"dependencies": [], "dependencies": [
"http"
],
"codeowners": [ "codeowners": [
"@jjlawren" "@jjlawren"
] ]