Upgrade fuzzywuzzy to 0.14.0 (#4240)
This commit is contained in:
parent
bab8d574fe
commit
5d862e426e
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.12.0']
|
||||
REQUIREMENTS = ['fuzzywuzzy==0.14.0']
|
||||
|
||||
ATTR_TEXT = 'text'
|
||||
|
||||
|
|
|
@ -113,7 +113,7 @@ fixerio==0.1.1
|
|||
freesms==0.1.0
|
||||
|
||||
# homeassistant.components.conversation
|
||||
fuzzywuzzy==0.12.0
|
||||
fuzzywuzzy==0.14.0
|
||||
|
||||
# homeassistant.components.device_tracker.bluetooth_le_tracker
|
||||
# gattlib==0.20150805
|
||||
|
|
Loading…
Add table
Reference in a new issue