Upgrade fuzzywuzzy to 0.15.0 (#6175)
Add an optional extended description…
This commit is contained in:
parent
960af20cc9
commit
49b4cd3c41
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||
ATTR_ENTITY_ID, SERVICE_TURN_OFF, SERVICE_TURN_ON)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['fuzzywuzzy==0.14.0']
|
||||
REQUIREMENTS = ['fuzzywuzzy==0.15.0']
|
||||
|
||||
ATTR_TEXT = 'text'
|
||||
|
||||
|
|
|
@ -162,7 +162,7 @@ freesms==0.1.1
|
|||
fritzhome==1.0.2
|
||||
|
||||
# homeassistant.components.conversation
|
||||
fuzzywuzzy==0.14.0
|
||||
fuzzywuzzy==0.15.0
|
||||
|
||||
# homeassistant.components.tts.google
|
||||
gTTS-token==1.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue