mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix breaking SSL in test HTML5 (#7310)
This commit is contained in:
parent
f29e0bf53e
commit
8bb952e416
@ -25,7 +25,8 @@ from homeassistant.components.http import HomeAssistantView
|
|||||||
from homeassistant.components.frontend import add_manifest_json_key
|
from homeassistant.components.frontend import add_manifest_json_key
|
||||||
from homeassistant.helpers import config_validation as cv
|
from homeassistant.helpers import config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['pywebpush==0.6.1', 'PyJWT==1.4.2']
|
# pyelliptic is dependency of pywebpush and 1.5.8 contains a breaking change
|
||||||
|
REQUIREMENTS = ['pywebpush==0.6.1', 'PyJWT==1.4.2', 'pyelliptic==1.5.7']
|
||||||
|
|
||||||
DEPENDENCIES = ['frontend']
|
DEPENDENCIES = ['frontend']
|
||||||
|
|
||||||
|
@ -524,6 +524,9 @@ pydroid-ipcam==0.8
|
|||||||
# homeassistant.components.sensor.ebox
|
# homeassistant.components.sensor.ebox
|
||||||
pyebox==0.1.0
|
pyebox==0.1.0
|
||||||
|
|
||||||
|
# homeassistant.components.notify.html5
|
||||||
|
pyelliptic==1.5.7
|
||||||
|
|
||||||
# homeassistant.components.media_player.emby
|
# homeassistant.components.media_player.emby
|
||||||
pyemby==1.2
|
pyemby==1.2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user