diff options
| author | J08nY | 2023-02-18 14:13:12 +0100 |
|---|---|---|
| committer | J08nY | 2023-02-18 14:13:12 +0100 |
| commit | 4bcdef57631b4f5783391ce817eb119fea1b8c55 (patch) | |
| tree | a5c4adb1c97840fe3ba59158a705033d43fa6b2c /setup.py | |
| parent | 254678c4efcd10cf043ada7531aaaeb84210ec8a (diff) | |
| download | pyecsca-4bcdef57631b4f5783391ce817eb119fea1b8c55.tar.gz pyecsca-4bcdef57631b4f5783391ce817eb119fea1b8c55.tar.zst pyecsca-4bcdef57631b4f5783391ce817eb119fea1b8c55.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,6 +52,6 @@ setup( "gmp": ["gmpy2"], "dev": ["mypy", "flake8", "interrogate", "pyinstrument", "black", "types-setuptools"], "test": ["nose2", "parameterized", "coverage"], - "doc": ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks"] + "doc": ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks", "sphinx_design"] } ) |
