diff options
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index a9cd511..d5db843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ packages = [ [tool.poetry.group.dev.dependencies] pytest = "8.3.4" +pytest-cov = "^6.0.0" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] |
