Upgrade fuzzywuzzy to 0.15.0 (#6175)

Add an optional extended description…
This commit is contained in:
Fabian Affolter 2017-02-23 10:56:00 +01:00 committed by Pascal Vizeli
parent 960af20cc9
commit 49b4cd3c41
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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