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"