mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-09 18:26:30 +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."""
|
||||
try:
|
||||
import uvloop
|
||||
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
|
||||
uvloop.install()
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
@ -9,5 +9,5 @@ docker==3.7.0
|
||||
gitpython==2.1.11
|
||||
pytz==2018.9
|
||||
pyudev==0.21.0
|
||||
uvloop==0.11.3
|
||||
uvloop==0.12.2
|
||||
voluptuous==0.11.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user