Upgrade TwitterAPI to 2.5.0 (#13287)

This commit is contained in:
Fabian Affolter 2018-03-17 17:40:03 +01:00 committed by Pascal Vizeli
parent aec61b7c86
commit d35077271d
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.4.10']
REQUIREMENTS = ['TwitterAPI==2.5.0']
_LOGGER = logging.getLogger(__name__)