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

feat: move to uv

This commit is contained in:
RGBCube 2025-04-07 01:11:26 +03:00
parent d7d984a4ef
commit d5ed49b03c
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
6 changed files with 678 additions and 1044 deletions

View file

@ -1,15 +1,11 @@
[tool.poetry]
name = "minearchy_bot"
version = "1.0.0"
description = "A simple Discord bot for the Lands of Minearchy Discord server."
authors = ["RGBCube", "The Lands of Minearchy team"]
[project]
name = "minearchy_bot"
description = "A simple Discord bot for the Lands of Minearchy Discord server."
version = "0.0.1"
requires-python = ">=3.10"
authors = [ { name = "RGBCube", email = "git@rgbcu.be" } ]
urls.repository = "https://github.com/RGBCube/minearchy-bot"
readme = "README.md"
license = "GPL-3.0-or-later"
[tool.poetry.dependencies]
python = "^3.10"
"discord.py" = { version = "*", extras = ["speed"] }
jishaku = "*"
mcstatus = "*"
uvloop = "*"
[tool.poetry.scripts]
bot = "minearchy_bot.__main__:main"
dependencies = [ "discord-py>=2.5.2", "jishaku>=2.6.0", "mcstatus>=11.1.1" ]