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

17 lines
374 B
TOML
Raw Normal View History

2021-03-26 18:36:25 +00:00
[tool.poetry]
name = "nortrom"
2021-03-26 23:37:05 +00:00
version = "1.0.0"
2021-03-26 18:36:25 +00:00
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"