diff options
| author | J08nY | 2023-08-08 17:51:14 +0200 |
|---|---|---|
| committer | J08nY | 2023-08-08 17:51:14 +0200 |
| commit | 3d9c9667ef3ef6644169e5f65570daf48b8659cc (patch) | |
| tree | 5f90ac8bccffc2352f4a9638b2dd5d48a6ac7570 | |
| parent | f26c4573cb6b8efd7759d6f5656635861c4cbcf9 (diff) | |
| download | pyecsca-3d9c9667ef3ef6644169e5f65570daf48b8659cc.tar.gz pyecsca-3d9c9667ef3ef6644169e5f65570daf48b8659cc.tar.zst pyecsca-3d9c9667ef3ef6644169e5f65570daf48b8659cc.zip | |
Temporarily add back parameterized dependency.
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5093e0f..bb7c647 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", "coverage", "pytest-cov"] +"test" = ["pytest", "coverage", "pytest-cov", "parameterized"] "doc" = ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks", "sphinx_design"] [tool.setuptools.packages.find] |
