diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-14 13:57:38 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-14 13:57:38 +0000 |
| commit | afcf7339eec26144e4ab99a3e67e60fb38932960 (patch) | |
| tree | aa7cb7706166facf0f2dd6e297570b05c37fba16 /pyproject.toml | |
| parent | 6182930c3ea53932c6153dd101264cb90c90f979 (diff) | |
| download | gdpr-obfuscator-afcf7339eec26144e4ab99a3e67e60fb38932960.tar.gz gdpr-obfuscator-afcf7339eec26144e4ab99a3e67e60fb38932960.zip | |
add pytest-cov as dev dependency
Diffstat (limited to 'pyproject.toml')
| -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"] |
