aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fa90ccd..0ece313 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ setup(
"chipwhisperer": ["chipwhisperer"],
"smartcard": ["pyscard"],
"gmp": ["gmpy2"],
- "dev": ["mypy", "flake8", "interrogate"],
+ "dev": ["mypy", "flake8", "interrogate", "pyinstrument"],
"test": ["nose2", "parameterized", "coverage"],
"doc": ["sphinx", "sphinx-autodoc-typehints", "nbsphinx"]
}