Upgrade cherrypy to 8.1.0 (#3334)
This commit is contained in:
parent
e7f9fdca67
commit
26a118e75d
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ import homeassistant.util.dt as dt_util
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
DOMAIN = 'http'
|
DOMAIN = 'http'
|
||||||
REQUIREMENTS = ('cherrypy==7.1.0', 'static3==0.7.0', 'Werkzeug==0.11.11')
|
REQUIREMENTS = ('cherrypy==8.1.0', 'static3==0.7.0', 'Werkzeug==0.11.11')
|
||||||
|
|
||||||
CONF_API_PASSWORD = 'api_password'
|
CONF_API_PASSWORD = 'api_password'
|
||||||
CONF_SERVER_HOST = 'server_host'
|
CONF_SERVER_HOST = 'server_host'
|
||||||
|
|
|
@ -53,7 +53,7 @@ blockchain==1.3.3
|
||||||
boto3==1.3.1
|
boto3==1.3.1
|
||||||
|
|
||||||
# homeassistant.components.http
|
# homeassistant.components.http
|
||||||
cherrypy==7.1.0
|
cherrypy==8.1.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.coinmarketcap
|
# homeassistant.components.sensor.coinmarketcap
|
||||||
coinmarketcap==2.0.1
|
coinmarketcap==2.0.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue