1
0
Fork 0
mirror of https://code.lenaisten.de/Lenaisten/lenaverse-bot.git synced 2024-11-22 06:53:00 +00:00

pyproject.toml reformat

This commit is contained in:
Jörn-Michael Miehe 2023-11-19 23:38:49 +01:00
parent f7c24ebca5
commit 59ce255fda

View file

@ -1,14 +1,14 @@
[tool.poetry]
authors = ["Jörn-Michael Miehe <joern-michael.miehe@lenaisten.de>"]
description = ""
name = "lenaverse-bot"
name = "lenaverse_bot"
readme = "README.md"
version = "0.1.0"
[tool.poetry.dependencies]
discord-py = "^2.3.2"
python = "^3.11"
pydantic = "^2.5.1"
python = "^3.11"
[tool.poetry.group.dev.dependencies]
black = "^23.11.0"