diff options
| author | J08nY | 2024-04-12 14:17:11 +0200 |
|---|---|---|
| committer | J08nY | 2024-04-12 14:17:11 +0200 |
| commit | fec53d95fc4d7deff67379029a36d1f7b82e1517 (patch) | |
| tree | 34ae1fafdfb4066d061de036b5171ae5ccdc251f /pyproject.toml | |
| parent | 4e5cc1f7badc3d1e660c3afd3fa05444d543f26b (diff) | |
| download | pyecsca-fec53d95fc4d7deff67379029a36d1f7b82e1517.tar.gz pyecsca-fec53d95fc4d7deff67379029a36d1f7b82e1517.tar.zst pyecsca-fec53d95fc4d7deff67379029a36d1f7b82e1517.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 894fcd8..22c37d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ "leia" = ["smartleia"] "gmp" = ["gmpy2"] "pari" = ["cysignals", "cypari2"] -"dev" = ["mypy", "flake8", "interrogate", "pyinstrument", "black", "types-setuptools"] +"dev" = ["mypy", "flake8", "interrogate", "pyinstrument", "black", "types-setuptools", "pydocstyle"] "test" = ["pytest>=7.0.0", "coverage", "pytest-cov", "pytest-sugar", "pytest-mock"] "doc" = ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks", "sphinx_design", "alabaster>=0.7.16"] |
