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

Delete pyproject toml

This commit is contained in:
Steffo 2024-09-09 19:14:09 +02:00
parent a23ba93d1f
commit 545446c583
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,16 +0,0 @@
[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"