diff options
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1a6e54b..ab16053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ "leia" = ["smartleia"] "gmp" = ["gmpy2"] "dev" = ["mypy", "flake8", "interrogate", "pyinstrument", "black", "types-setuptools"] -"test" = ["pytest>=7.0.0", "coverage", "pytest-cov", "parameterized"] +"test" = ["pytest>=7.0.0", "coverage", "pytest-cov"] "doc" = ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks", "sphinx_design"] [tool.setuptools.packages.find] |
