From dc2ad2e543385a60b867f5f157643d20cd7042c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=93=E6=BE=84?= Date: Fri, 29 Dec 2023 16:28:07 +0800 Subject: [PATCH] chore: update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9769dda..dff74c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ colorlog = "^6.8.0" Pygments = "^2.17.2" xmltodict = "^0.13.0" -[tool.poetry.group.dev.dependencies] +[tool.poetry.dev-dependencies] Flask = "^3.0.0" [build-system]