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]