mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
parent
0ad9fcd8a0
commit
486efa9aba
@ -26,7 +26,7 @@ from homeassistant.const import (
|
|||||||
from homeassistant.helpers import config_validation as cv
|
from homeassistant.helpers import config_validation as cv
|
||||||
from homeassistant.util import ensure_unique_string
|
from homeassistant.util import ensure_unique_string
|
||||||
|
|
||||||
REQUIREMENTS = ['pywebpush==1.6.0', 'PyJWT==1.6.0']
|
REQUIREMENTS = ['pywebpush==1.6.0']
|
||||||
|
|
||||||
DEPENDENCIES = ['frontend']
|
DEPENDENCIES = ['frontend']
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@ attrs==18.1.0
|
|||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
PyJWT==1.6.4
|
PyJWT==1.6.4
|
||||||
|
cryptography==2.3.1
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
pytz>=2018.04
|
pytz>=2018.04
|
||||||
pyyaml>=3.13,<4
|
pyyaml>=3.13,<4
|
||||||
|
@ -6,6 +6,7 @@ attrs==18.1.0
|
|||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
PyJWT==1.6.4
|
PyJWT==1.6.4
|
||||||
|
cryptography==2.3.1
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
pytz>=2018.04
|
pytz>=2018.04
|
||||||
pyyaml>=3.13,<4
|
pyyaml>=3.13,<4
|
||||||
@ -39,9 +40,6 @@ Mastodon.py==1.3.1
|
|||||||
# homeassistant.components.isy994
|
# homeassistant.components.isy994
|
||||||
PyISY==1.1.0
|
PyISY==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.notify.html5
|
|
||||||
PyJWT==1.6.0
|
|
||||||
|
|
||||||
# homeassistant.components.sensor.mvglive
|
# homeassistant.components.sensor.mvglive
|
||||||
PyMVGLive==1.1.4
|
PyMVGLive==1.1.4
|
||||||
|
|
||||||
|
@ -21,9 +21,6 @@ requests_mock==1.5.2
|
|||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
HAP-python==2.2.2
|
HAP-python==2.2.2
|
||||||
|
|
||||||
# homeassistant.components.notify.html5
|
|
||||||
PyJWT==1.6.0
|
|
||||||
|
|
||||||
# homeassistant.components.sensor.rmvtransport
|
# homeassistant.components.sensor.rmvtransport
|
||||||
PyRMVtransport==0.0.7
|
PyRMVtransport==0.0.7
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -39,6 +39,8 @@ REQUIRES = [
|
|||||||
'certifi>=2018.04.16',
|
'certifi>=2018.04.16',
|
||||||
'jinja2>=2.10',
|
'jinja2>=2.10',
|
||||||
'PyJWT==1.6.4',
|
'PyJWT==1.6.4',
|
||||||
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
|
'cryptography==2.3.1',
|
||||||
'pip>=8.0.3',
|
'pip>=8.0.3',
|
||||||
'pytz>=2018.04',
|
'pytz>=2018.04',
|
||||||
'pyyaml>=3.13,<4',
|
'pyyaml>=3.13,<4',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user