1
Fork 0
mirror of https://github.com/RGBCube/VReplBot synced 2026-01-13 08:41:00 +00:00
VReplBot/pyproject.toml
2023-01-30 20:02:48 +03:00

14 lines
316 B
TOML

[tool.poetry]
name = "v-repl-bot"
version = "1.0.0"
description = "A simple Discord bot that runs your V code. "
authors = ["RGBCube"]
[tool.poetry.dependencies]
python = "^3.10"
"discord.py" = { version = "*", extras = ["speed"] }
jishaku = "*"
uvloop = "*"
[tool.poetry.scripts]
bot = "v_repl_bot.__main__:main"