From c79699896dba2e072bd296b8f226d5cbc86fe377 Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Tue, 24 Dec 2024 14:08:23 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1a2035..7eeed43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ classifiers = [ [project.optional-dependencies] -test = ["pytest", "hypothesis"] +test = ["coverage", "hypothesis"] doc = ["sphinx", "sphinx-rtd-theme", "sphinx-autodoc-typehints", "sphinxcontrib-apidoc"] dev = ['yamlloader[test,doc]'] [project.urls]