mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Upgrade aiohttp_cors to 0.5.2 (#6874)
This commit is contained in:
parent
ec2df2ca0f
commit
7afe694cc7
@ -34,8 +34,9 @@ from .static import (
|
|||||||
staticresource_middleware, CachingFileResponse, CachingStaticResource)
|
staticresource_middleware, CachingFileResponse, CachingStaticResource)
|
||||||
from .util import get_real_ip
|
from .util import get_real_ip
|
||||||
|
|
||||||
|
REQUIREMENTS = ['aiohttp_cors==0.5.2']
|
||||||
|
|
||||||
DOMAIN = 'http'
|
DOMAIN = 'http'
|
||||||
REQUIREMENTS = ('aiohttp_cors==0.5.0',)
|
|
||||||
|
|
||||||
CONF_API_PASSWORD = 'api_password'
|
CONF_API_PASSWORD = 'api_password'
|
||||||
CONF_SERVER_HOST = 'server_host'
|
CONF_SERVER_HOST = 'server_host'
|
||||||
|
@ -41,7 +41,7 @@ aiodns==1.1.1
|
|||||||
|
|
||||||
# homeassistant.components.emulated_hue
|
# homeassistant.components.emulated_hue
|
||||||
# homeassistant.components.http
|
# homeassistant.components.http
|
||||||
aiohttp_cors==0.5.0
|
aiohttp_cors==0.5.2
|
||||||
|
|
||||||
# homeassistant.components.light.lifx
|
# homeassistant.components.light.lifx
|
||||||
aiolifx==0.4.2
|
aiolifx==0.4.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user