From 59ce255fda2f5fbe76114b1c1f370c30afe2465c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Sun, 19 Nov 2023 23:38:49 +0100 Subject: [PATCH] pyproject.toml reformat --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c098527..88f7f8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,14 @@ [tool.poetry] authors = ["Jörn-Michael Miehe "] 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"