aboutsummaryrefslogtreecommitdiffhomepage
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Pipfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index a8bc468..201a0a9 100644
--- a/Pipfile
+++ b/Pipfile
@@ -10,6 +10,7 @@ mypy = "*"
flake8 = "*"
sphinx = "*"
sphinx-autodoc-typehints = "*"
+parameterized = "*"
coverage = "*"
[packages]
@@ -19,8 +20,9 @@ atpublic = "*"
matplotlib = "*"
cython = "*"
fastdtw = "*"
-parameterized = "*"
asn1crypto = "*"
+h5py = "*"
+bokeh = "*"
[requires]
python_version = "3.8"