diff --git a/pyproject.toml b/pyproject.toml index 65f10b1..637a218 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,8 @@ static-analysis = [ ] testing = [ - "faststream[kafka, testing]>=0.1.5", + "pytest==7.4.2", + "pytest-asyncio==0.21.1", ] dev = ["my-service[lint,static-analysis,testing]"]