1
Fork 0
mirror of https://github.com/Steffo99/nortrom.git synced 2024-10-16 09:37:26 +00:00
nortrom/pyproject.toml

16 lines
374 B
TOML

[tool.poetry]
name = "nortrom"
version = "1.0.0"
description = "A Discord bot to mute/deafen people"
authors = ["Stefano Pigozzi <me@steffo.eu>"]
[tool.poetry.dependencies]
python = "^3.9"
"discord.py" = "^1.6.0"
discord-py-slash-command = "^1.1.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"