Upgrade TwitterAPI to 2.5.3 (#14596)

This commit is contained in:
Fabian Affolter 2018-05-23 16:47:58 +02:00 committed by Daniel Høyer Iversen
parent 82770faad7
commit ad49942201
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ from homeassistant.components.notify import (
from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME
from homeassistant.helpers.event import async_track_point_in_time
REQUIREMENTS = ['TwitterAPI==2.5.0']
REQUIREMENTS = ['TwitterAPI==2.5.3']
_LOGGER = logging.getLogger(__name__)