diff --git a/pyproject.toml b/pyproject.toml index a7e49e352b90634bcfa65f197034575df41f9b4a..dad57eea2ed93034ce12a4d1db97798b264b185c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ click = "^8.0.0" texttable = "^1.6.3" pendulum = "^2.1.2" -[tool.poetry.dev-dependencies] +[tool.poetry.group.test.dependencies] pytest = "^7.0.0" pytest-cov = "^3.0" pytest-sugar = "^0.9.2"