update to pywebpush 1.0.4 which allows install on system with openssl-1.1.0 (cryptography dep) (#7915)
parent
ac8592587f
commit
b1f538b622
|
@ -25,7 +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
|
||||
|
||||
REQUIREMENTS = ['pywebpush==1.0.0', 'PyJWT==1.4.2']
|
||||
REQUIREMENTS = ['pywebpush==1.0.4', 'PyJWT==1.5.0']
|
||||
|
||||
DEPENDENCIES = ['frontend']
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ astral==1.4
|
|||
PyISY==1.0.7
|
||||
|
||||
# homeassistant.components.notify.html5
|
||||
PyJWT==1.4.2
|
||||
PyJWT==1.5.0
|
||||
|
||||
# homeassistant.components.sensor.mvglive
|
||||
PyMVGLive==1.1.4
|
||||
|
@ -735,7 +735,7 @@ pyunifi==2.12
|
|||
pyvera==0.2.31
|
||||
|
||||
# homeassistant.components.notify.html5
|
||||
pywebpush==1.0.0
|
||||
pywebpush==1.0.4
|
||||
|
||||
# homeassistant.components.wemo
|
||||
pywemo==0.4.19
|
||||
|
|
|
@ -21,7 +21,7 @@ freezegun>=0.3.8
|
|||
|
||||
|
||||
# homeassistant.components.notify.html5
|
||||
PyJWT==1.4.2
|
||||
PyJWT==1.5.0
|
||||
|
||||
# homeassistant.components.media_player.sonos
|
||||
SoCo==0.12
|
||||
|
@ -98,7 +98,7 @@ pynx584==0.4
|
|||
python-forecastio==1.3.5
|
||||
|
||||
# homeassistant.components.notify.html5
|
||||
pywebpush==1.0.0
|
||||
pywebpush==1.0.4
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.34
|
||||
|
|
Loading…
Reference in New Issue