Update uvloop 0.12.2 (#988)

This commit is contained in:
Pascal Vizeli 2019-04-01 14:02:28 +02:00 committed by GitHub
parent a48e568efc
commit 8451020afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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