diff options
| author | J08nY | 2021-11-26 14:47:58 +0100 |
|---|---|---|
| committer | J08nY | 2021-11-26 14:47:58 +0100 |
| commit | 7d0b038fd1aa9b8c1204f0cd80c811e4ab2da2da (patch) | |
| tree | a60dfa4705c9161c3cbf7696ee0016269c203c7b /setup.py | |
| parent | d5cddbe571678cb28af805cec0b4aef811923e99 (diff) | |
| download | pyecsca-7d0b038fd1aa9b8c1204f0cd80c811e4ab2da2da.tar.gz pyecsca-7d0b038fd1aa9b8c1204f0cd80c811e4ab2da2da.tar.zst pyecsca-7d0b038fd1aa9b8c1204f0cd80c811e4ab2da2da.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ setup( "chipwhisperer": ["chipwhisperer"], "smartcard": ["pyscard"], "gmp": ["gmpy2"], - "dev": ["mypy", "flake8", "interrogate", "pyinstrument", "black"], + "dev": ["mypy", "flake8", "interrogate", "pyinstrument", "black", "types-setuptools"], "test": ["nose2", "parameterized", "coverage"], "doc": ["sphinx", "sphinx-autodoc-typehints", "nbsphinx"] } |
