mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Upgrade fuzzywuzzy to 0.10.0 (#2234)
This commit is contained in:
parent
0fe375049a
commit
fd4a9cf7c5
@ -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.8.0']
|
||||
REQUIREMENTS = ['fuzzywuzzy==0.10.0']
|
||||
|
||||
|
||||
def setup(hass, config):
|
||||
|
@ -74,7 +74,7 @@ fitbit==0.2.2
|
||||
freesms==0.1.0
|
||||
|
||||
# homeassistant.components.conversation
|
||||
fuzzywuzzy==0.8.0
|
||||
fuzzywuzzy==0.10.0
|
||||
|
||||
# homeassistant.components.notify.gntp
|
||||
gntp==1.0.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user