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