update pywebpush to 1.0.0 (#7561)

This commit is contained in:
Per Osbäck 2017-05-12 18:25:34 +02:00 committed by Paulus Schoutsen
parent a96a98a260
commit fdb7371256
3 changed files with 3 additions and 10 deletions

View File

@ -25,8 +25,7 @@ from homeassistant.components.http import HomeAssistantView
from homeassistant.components.frontend import add_manifest_json_key
from homeassistant.helpers import config_validation as cv
# 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']
REQUIREMENTS = ['pywebpush==1.0.0', 'PyJWT==1.4.2']
DEPENDENCIES = ['frontend']

View File

@ -529,9 +529,6 @@ pyebox==0.1.0
# homeassistant.components.eight_sleep
pyeight==0.0.4
# homeassistant.components.notify.html5
pyelliptic==1.5.7
# homeassistant.components.media_player.emby
pyemby==1.2
@ -714,7 +711,7 @@ pyunifi==2.12
pyvera==0.2.30
# homeassistant.components.notify.html5
pywebpush==0.6.1
pywebpush==1.0.0
# homeassistant.components.wemo
pywemo==0.4.19

View File

@ -106,9 +106,6 @@ pycmus==0.1.0
# homeassistant.components.zwave
pydispatcher==2.0.5
# homeassistant.components.notify.html5
pyelliptic==1.5.7
# homeassistant.components.litejet
pylitejet==0.1
@ -126,7 +123,7 @@ python-forecastio==1.3.5
pyunifi==2.12
# homeassistant.components.notify.html5
pywebpush==0.6.1
pywebpush==1.0.0
# homeassistant.components.rflink
rflink==0.0.34