mirror of
https://code.lenaisten.de/Lenaisten/lenaverse-bot.git
synced 2024-11-21 22:43:01 +00:00
pyproject.toml reformat
This commit is contained in:
parent
f7c24ebca5
commit
59ce255fda
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue