Upgrade fuzzywuzzy to 0.11.0 (#2416)
This commit is contained in:
parent
bacc14d845
commit
06efee7ecf
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ SERVICE_PROCESS_SCHEMA = vol.Schema({
|
|||
|
||||
REGEX_TURN_COMMAND = re.compile(r'turn (?P<name>(?: |\w)+) (?P<command>\w+)')
|
||||
|
||||
REQUIREMENTS = ['fuzzywuzzy==0.10.0']
|
||||
REQUIREMENTS = ['fuzzywuzzy==0.11.0']
|
||||
|
||||
|
||||
def setup(hass, config):
|
||||
|
@ -67,8 +67,8 @@ def setup(hass, config):
|
|||
}, blocking=True)
|
||||
|
||||
else:
|
||||
logger.error(
|
||||
'Got unsupported command %s from text %s', command, text)
|
||||
logger.error('Got unsupported command %s from text %s',
|
||||
command, text)
|
||||
|
||||
hass.services.register(DOMAIN, SERVICE_PROCESS, process,
|
||||
schema=SERVICE_PROCESS_SCHEMA)
|
||||
|
|
|
@ -79,7 +79,7 @@ fixerio==0.1.1
|
|||
freesms==0.1.0
|
||||
|
||||
# homeassistant.components.conversation
|
||||
fuzzywuzzy==0.10.0
|
||||
fuzzywuzzy==0.11.0
|
||||
|
||||
# homeassistant.components.notify.gntp
|
||||
gntp==1.0.3
|
||||
|
|
Loading…
Add table
Reference in a new issue