Fix breaking SSL in test HTML5 (#7310)
This commit is contained in:
parent
f29e0bf53e
commit
8bb952e416
2 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,8 @@ from homeassistant.components.http import HomeAssistantView
|
|||
from homeassistant.components.frontend import add_manifest_json_key
|
||||
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']
|
||||
|
||||
|
|
|
@ -524,6 +524,9 @@ pydroid-ipcam==0.8
|
|||
# homeassistant.components.sensor.ebox
|
||||
pyebox==0.1.0
|
||||
|
||||
# homeassistant.components.notify.html5
|
||||
pyelliptic==1.5.7
|
||||
|
||||
# homeassistant.components.media_player.emby
|
||||
pyemby==1.2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue