1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 08:57:46 +00:00

Add missing dependency

This commit is contained in:
RGBCube 2022-10-18 13:48:46 +03:00 committed by GitHub
parent baad32716d
commit 27bfedde28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ authors = [ "RGBCube", "The Lands of Minearchy team" ]
python = "^3.10" python = "^3.10"
"discord.py" = { version = "*", extras = [ "speed" ] } "discord.py" = { version = "*", extras = [ "speed" ] }
jishaku = "*" jishaku = "*"
mcstatus = "*"
uvloop = "*" uvloop = "*"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]