mirror of
https://github.com/Steffo99/nortrom.git
synced 2024-11-24 18:34:18 +00:00
16 lines
374 B
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"
|