aboutsummaryrefslogtreecommitdiffhomepage
path: root/Pipfile
diff options
context:
space:
mode:
authorJ08nY2020-03-04 00:04:53 +0100
committerJ08nY2020-03-04 00:04:53 +0100
commita97f49ebe3c8e28d2a9ba76711555a3378b62341 (patch)
treed6064aec39573ad9e83607dbed5873d7872aed21 /Pipfile
parentdeca0e3d89ff4483dd6b6b4ad99b3400145bee5b (diff)
downloadpyecsca-a97f49ebe3c8e28d2a9ba76711555a3378b62341.tar.gz
pyecsca-a97f49ebe3c8e28d2a9ba76711555a3378b62341.tar.zst
pyecsca-a97f49ebe3c8e28d2a9ba76711555a3378b62341.zip
Fix some type issues.
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"