aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1f1bffa..7ebccae 100644
--- a/setup.py
+++ b/setup.py
@@ -30,8 +30,11 @@ setup(
"scipy",
"atpublic",
"matplotlib",
+ "cython",
"fastdtw",
- "asn1crypto"
+ "asn1crypto",
+ "h5py",
+ "bokeh"
],
extras_require={
"picoscope_sdk": ["picosdk"],