diff options
| author | J08nY | 2023-08-09 17:22:08 +0200 |
|---|---|---|
| committer | J08nY | 2023-08-09 17:22:08 +0200 |
| commit | af5d3a98b839f439e7fde1263c37d0717fffc70d (patch) | |
| tree | 9c213478bbc700a28aa29aab3ffcbf7e0d921129 | |
| parent | 21fa65c287fc3e830f169f610f643975a4d93966 (diff) | |
| download | pyecsca-af5d3a98b839f439e7fde1263c37d0717fffc70d.tar.gz pyecsca-af5d3a98b839f439e7fde1263c37d0717fffc70d.tar.zst pyecsca-af5d3a98b839f439e7fde1263c37d0717fffc70d.zip | |
| -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] |
