mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-10 10:46:29 +00:00
Update uvloop 0.12.2 (#988)
This commit is contained in:
parent
a48e568efc
commit
8451020afe
@ -13,7 +13,7 @@ def initialize_event_loop():
|
|||||||
"""Attempt to use uvloop."""
|
"""Attempt to use uvloop."""
|
||||||
try:
|
try:
|
||||||
import uvloop
|
import uvloop
|
||||||
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
|
uvloop.install()
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@ -9,5 +9,5 @@ docker==3.7.0
|
|||||||
gitpython==2.1.11
|
gitpython==2.1.11
|
||||||
pytz==2018.9
|
pytz==2018.9
|
||||||
pyudev==0.21.0
|
pyudev==0.21.0
|
||||||
uvloop==0.11.3
|
uvloop==0.12.2
|
||||||
voluptuous==0.11.5
|
voluptuous==0.11.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user