From 0023981c6c511124b4b9e488e33fe46744da5441 Mon Sep 17 00:00:00 2001 From: "alex.oleshkevich" Date: Wed, 9 Nov 2022 00:16:01 +0300 Subject: [PATCH] modernize pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4260002..a82b343 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ starlette = "^0" itsdangerous = "^2.0.1" redis = {version = ">=4.2.0rc1", optional = true} -[tool.poetry.dev-dependencies] +[tool.poetry.group.dev.dependencies] pytest = "^7.1.2" black = "^22.10.0" pytest-asyncio = "^0.19.0"