From e96aaec716dbe66d6308c05e4c2016c5c9b1336e Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Thu, 13 Oct 2022 00:21:17 +0200 Subject: [PATCH] The "dev" dep group is now called "lint" --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f96272d..ec7deaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,8 +41,7 @@ requests = "*" importlib-metadata = {version = "*", python = "<3.10"} typing-extensions = "*" -[tool.poetry.group.dev.dependencies] -tox = "*" +[tool.poetry.group.lint.dependencies] black = "*" isort = "*" flake8 = "*" @@ -60,7 +59,6 @@ sphinx = "*" sphinx_autodoc_typehints = "*" sphinxcontrib-programoutput = "*" - [tool.poetry.group.types.dependencies] types-colorama = "^0.4.15" types-requests = "^2.28.11.2"