Skip to content

Commit

Permalink
update pywebpush to 1.0.0 (home-assistant#7561)
Browse files Browse the repository at this point in the history
  • Loading branch information
perosb authored and balloob committed May 12, 2017
1 parent a96a98a commit fdb7371
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
3 changes: 1 addition & 2 deletions homeassistant/components/notify/html5.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
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']

Expand Down
5 changes: 1 addition & 4 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit fdb7371

Please sign in to comment.