Upgrade cherrypy to 7.1.0 ()

pull/2687/head
Fabian Affolter 2016-07-31 22:47:34 +02:00 committed by Paulus Schoutsen
parent 125059c5ac
commit ca1cf44194
2 changed files with 2 additions and 2 deletions
homeassistant/components

View File

@ -25,7 +25,7 @@ import homeassistant.util.dt as dt_util
import homeassistant.helpers.config_validation as cv
DOMAIN = "http"
REQUIREMENTS = ("cherrypy==6.1.1", "static3==0.7.0", "Werkzeug==0.11.10")
REQUIREMENTS = ("cherrypy==7.1.0", "static3==0.7.0", "Werkzeug==0.11.10")
CONF_API_PASSWORD = "api_password"
CONF_SERVER_HOST = "server_host"

View File

@ -47,7 +47,7 @@ blockchain==1.3.3
boto3==1.3.1
# homeassistant.components.http
cherrypy==6.1.1
cherrypy==7.1.0
# homeassistant.components.media_player.directv
directpy==0.1