mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Add missing http dependency (#27097)
This commit is contained in:
committed by
Paulus Schoutsen
parent
8d251c190f
commit
e033c46c91
@@ -7,7 +7,9 @@
|
||||
"plexapi==3.0.6",
|
||||
"plexauth==0.0.4"
|
||||
],
|
||||
"dependencies": [],
|
||||
"dependencies": [
|
||||
"http"
|
||||
],
|
||||
"codeowners": [
|
||||
"@jjlawren"
|
||||
]
|
||||
|
Reference in New Issue
Block a user