Upgrade fuzzywuzzy to 0.12.0 (#3524)
This commit is contained in:
parent
3b5142eb85
commit
d6c586bf42
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.11.1']
|
||||
REQUIREMENTS = ['fuzzywuzzy==0.12.0']
|
||||
|
||||
ATTR_TEXT = 'text'
|
||||
|
||||
|
|
|
@ -103,7 +103,7 @@ fixerio==0.1.1
|
|||
freesms==0.1.0
|
||||
|
||||
# homeassistant.components.conversation
|
||||
fuzzywuzzy==0.11.1
|
||||
fuzzywuzzy==0.12.0
|
||||
|
||||
# homeassistant.components.device_tracker.bluetooth_le_tracker
|
||||
# gattlib==0.20150805
|
||||
|
|
Loading…
Add table
Reference in a new issue