mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Upgrade cherrypy to 6.1.1 (#2538)
This commit is contained in:
parent
1b447fb56f
commit
64d5a328f3
@ -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==6.0.2", "static3==0.7.0", "Werkzeug==0.11.10")
|
REQUIREMENTS = ("cherrypy==6.1.1", "static3==0.7.0", "Werkzeug==0.11.10")
|
||||||
|
|
||||||
CONF_API_PASSWORD = "api_password"
|
CONF_API_PASSWORD = "api_password"
|
||||||
CONF_SERVER_HOST = "server_host"
|
CONF_SERVER_HOST = "server_host"
|
||||||
|
@ -46,7 +46,7 @@ blockchain==1.3.3
|
|||||||
boto3==1.3.1
|
boto3==1.3.1
|
||||||
|
|
||||||
# homeassistant.components.http
|
# homeassistant.components.http
|
||||||
cherrypy==6.0.2
|
cherrypy==6.1.1
|
||||||
|
|
||||||
# homeassistant.components.notify.xmpp
|
# homeassistant.components.notify.xmpp
|
||||||
dnspython3==1.12.0
|
dnspython3==1.12.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user