Upgrade TwitterAPI to 2.4.2 (#3043)
parent
1b718c62a3
commit
008e3000bb
|
@ -11,7 +11,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN
|
||||||
from homeassistant.helpers import validate_config
|
from homeassistant.helpers import validate_config
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
REQUIREMENTS = ['TwitterAPI==2.4.1']
|
REQUIREMENTS = ['TwitterAPI==2.4.2']
|
||||||
|
|
||||||
CONF_CONSUMER_KEY = "consumer_key"
|
CONF_CONSUMER_KEY = "consumer_key"
|
||||||
CONF_CONSUMER_SECRET = "consumer_secret"
|
CONF_CONSUMER_SECRET = "consumer_secret"
|
||||||
|
|
|
@ -23,7 +23,7 @@ PyMata==2.12
|
||||||
SoCo==0.11.1
|
SoCo==0.11.1
|
||||||
|
|
||||||
# homeassistant.components.notify.twitter
|
# homeassistant.components.notify.twitter
|
||||||
TwitterAPI==2.4.1
|
TwitterAPI==2.4.2
|
||||||
|
|
||||||
# homeassistant.components.http
|
# homeassistant.components.http
|
||||||
Werkzeug==0.11.10
|
Werkzeug==0.11.10
|
||||||
|
|
Loading…
Reference in New Issue