Fix breaking SSL in test HTML5 (#7310)

This commit is contained in:
Paulus Schoutsen 2017-04-25 20:18:23 -07:00 committed by GitHub
parent f29e0bf53e
commit 8bb952e416
2 changed files with 5 additions and 1 deletions

View file

@ -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']

View file

@ -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