Drop-in replace the event loop with uvloop

This commit is contained in:
Ske 2018-07-18 15:26:15 +02:00
parent 6b9ef9523e
commit e77fa1caa6
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,7 @@
import asyncio
import uvloop
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
from pluralkit import bot

View File

@ -3,3 +3,4 @@ aioinflux
asyncpg
discord.py
humanize
uvloop