Upgrade TwitterAPI to 2.4.1 (#1931)
This commit is contained in:
parent
7331f4910e
commit
f5429c89b6
2 changed files with 2 additions and 2 deletions
|
@ -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.3.6']
|
REQUIREMENTS = ['TwitterAPI==2.4.1']
|
||||||
|
|
||||||
CONF_CONSUMER_KEY = "consumer_key"
|
CONF_CONSUMER_KEY = "consumer_key"
|
||||||
CONF_CONSUMER_SECRET = "consumer_secret"
|
CONF_CONSUMER_SECRET = "consumer_secret"
|
||||||
|
|
|
@ -20,7 +20,7 @@ PyMata==2.07a
|
||||||
SoCo==0.11.1
|
SoCo==0.11.1
|
||||||
|
|
||||||
# homeassistant.components.notify.twitter
|
# homeassistant.components.notify.twitter
|
||||||
TwitterAPI==2.3.6
|
TwitterAPI==2.4.1
|
||||||
|
|
||||||
# homeassistant.components.apcupsd
|
# homeassistant.components.apcupsd
|
||||||
apcaccess==0.0.4
|
apcaccess==0.0.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue