diff --git a/pyproject.toml b/pyproject.toml index be69f4f1..0cc2bea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,6 +67,7 @@ version = "1.0.0a4" [tool.poetry.dependencies] python = ">= 3.8,<4.0" +pytest = "^7.2.0" celery = { version = "^5", extras = ["redis", "memcache", "pymemcache"] } retry = "^0.9.2" pytest-docker-tools = "^3.1.3" @@ -104,7 +105,6 @@ optional = true [tool.poetry.group.test.dependencies] coverage = "^7.0.0" -pytest = "^7.2.0" pytest-sugar = { version = "^0.9.6", python = ">=3.8,<4.0" } pytest-lazy-fixture = "^0.6.3" pytest-cov = "^4.0.0"