From 8fd812beeeadf2a9cdcd6e236bbdd96b1fd596ef Mon Sep 17 00:00:00 2001 From: Carl Crowder Date: Fri, 20 Oct 2023 12:41:45 +0700 Subject: [PATCH] tmp will be squashed, CI debug by YAML hell --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be33e56b..8a9ad688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,9 +44,9 @@ python = ">=3.7,<4.0" pylint-plugin-utils = ">=0.8" pylint = ">=2.0,<3" Django = {version=">=2.2", optional = true} -pytest = "^7.3.1" [tool.poetry.group.dev.dependencies] +pytest = "^7.3.1" tox = "^4.5.1" pylint = ">=2.13" twine = "^4.0.2"