diff options
| author | J08nY | 2023-08-08 17:56:37 +0200 |
|---|---|---|
| committer | J08nY | 2023-08-08 17:56:37 +0200 |
| commit | cfe104a1712546d352926fa499f10c85cadd70ea (patch) | |
| tree | 309afc2293eae38e03a79dbe9937e3ab010e8332 /pyproject.toml | |
| parent | 3d9c9667ef3ef6644169e5f65570daf48b8659cc (diff) | |
| download | pyecsca-cfe104a1712546d352926fa499f10c85cadd70ea.tar.gz pyecsca-cfe104a1712546d352926fa499f10c85cadd70ea.tar.zst pyecsca-cfe104a1712546d352926fa499f10c85cadd70ea.zip | |
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index bb7c647..1a6e54b 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", "parameterized"] +"test" = ["pytest>=7.0.0", "coverage", "pytest-cov", "parameterized"] "doc" = ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks", "sphinx_design"] [tool.setuptools.packages.find] |
