mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Upgrade fuzzywuzzy to 0.11.1 (#2685)
This commit is contained in:
committed by
Paulus Schoutsen
parent
f4d6ce08e4
commit
72fc77b84d
@@ -27,7 +27,7 @@ SERVICE_PROCESS_SCHEMA = vol.Schema({
|
|||||||
|
|
||||||
REGEX_TURN_COMMAND = re.compile(r'turn (?P<name>(?: |\w)+) (?P<command>\w+)')
|
REGEX_TURN_COMMAND = re.compile(r'turn (?P<name>(?: |\w)+) (?P<command>\w+)')
|
||||||
|
|
||||||
REQUIREMENTS = ['fuzzywuzzy==0.11.0']
|
REQUIREMENTS = ['fuzzywuzzy==0.11.1']
|
||||||
|
|
||||||
|
|
||||||
def setup(hass, config):
|
def setup(hass, config):
|
||||||
|
@@ -81,7 +81,7 @@ fixerio==0.1.1
|
|||||||
freesms==0.1.0
|
freesms==0.1.0
|
||||||
|
|
||||||
# homeassistant.components.conversation
|
# homeassistant.components.conversation
|
||||||
fuzzywuzzy==0.11.0
|
fuzzywuzzy==0.11.1
|
||||||
|
|
||||||
# homeassistant.components.notify.gntp
|
# homeassistant.components.notify.gntp
|
||||||
gntp==1.0.3
|
gntp==1.0.3
|
||||||
|
Reference in New Issue
Block a user