aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2024-04-12 14:17:11 +0200
committerJ08nY2024-04-12 14:17:11 +0200
commitfec53d95fc4d7deff67379029a36d1f7b82e1517 (patch)
tree34ae1fafdfb4066d061de036b5171ae5ccdc251f /pyproject.toml
parent4e5cc1f7badc3d1e660c3afd3fa05444d543f26b (diff)
downloadpyecsca-fec53d95fc4d7deff67379029a36d1f7b82e1517.tar.gz
pyecsca-fec53d95fc4d7deff67379029a36d1f7b82e1517.tar.zst
pyecsca-fec53d95fc4d7deff67379029a36d1f7b82e1517.zip
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"]