Upgrade pushbullet.py to 0.10.0 (#1939)

This commit is contained in:
Fabian Affolter 2016-04-29 07:49:46 +02:00
parent abc00c76bc
commit cfd7ca344e
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ from homeassistant.components.notify import (
from homeassistant.const import CONF_API_KEY from homeassistant.const import CONF_API_KEY
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['pushbullet.py==0.9.0'] REQUIREMENTS = ['pushbullet.py==0.10.0']
# pylint: disable=unused-argument # pylint: disable=unused-argument

View File

@ -176,7 +176,7 @@ proliphix==0.1.0
psutil==4.1.0 psutil==4.1.0
# homeassistant.components.notify.pushbullet # homeassistant.components.notify.pushbullet
pushbullet.py==0.9.0 pushbullet.py==0.10.0
# homeassistant.components.notify.pushetta # homeassistant.components.notify.pushetta
pushetta==1.0.15 pushetta==1.0.15