Added optional uvloop runtime

This commit is contained in:
2021-10-31 11:21:30 +01:00
parent bcf3d957a8
commit 9338f0a3c3
3 changed files with 41 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ python = "^3.8"
lavalink = "^3.1.4"
humanize = "^3.12.0"
"discord.py" = { git = "https://github.com/iDevision/enhanced-discord.py", branch = "2.0", extras = ["voice", "speed"] }
uvloop = {version = "^0.16.0", optional = true}
[tool.poetry.dev-dependencies]
black = {version = "^21.9b0", allow-prereleases = true}