Upgrade TwitterAPI to 2.4.2 (#3043)

pull/3051/head
Fabian Affolter 2016-08-29 22:16:10 +02:00 committed by Teagan Glenn
parent 1b718c62a3
commit 008e3000bb
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN
from homeassistant.helpers import validate_config
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['TwitterAPI==2.4.1']
REQUIREMENTS = ['TwitterAPI==2.4.2']
CONF_CONSUMER_KEY = "consumer_key"
CONF_CONSUMER_SECRET = "consumer_secret"

View File

@ -23,7 +23,7 @@ PyMata==2.12
SoCo==0.11.1
# homeassistant.components.notify.twitter
TwitterAPI==2.4.1
TwitterAPI==2.4.2
# homeassistant.components.http
Werkzeug==0.11.10