From 521d709d3f7a0a5df747241cf370d32264676db2 Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Tue, 18 Oct 2022 13:53:24 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9fd5b4..1c92ec5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ "RGBCube", "The Lands of Minearchy team" ] python = "^3.10" "discord.py" = { version = "*", extras = [ "speed" ] } jishaku = "*" -mcstatus = "*" +mcstatus = "^9.4.2" uvloop = "*" [tool.poetry.dev-dependencies]