aboutsummaryrefslogtreecommitdiffhomepage
path: root/Pipfile
diff options
context:
space:
mode:
authorJ08nY2019-11-21 19:10:50 +0100
committerJ08nY2019-11-21 19:10:50 +0100
commitc8d0bff46001bd5636825c5b0bb4c896cb34a4e6 (patch)
tree2b3029c6ca37e56e86daa34069ab39da3b1a5400 /Pipfile
downloadpyecsca-codegen-c8d0bff46001bd5636825c5b0bb4c896cb34a4e6.tar.gz
pyecsca-codegen-c8d0bff46001bd5636825c5b0bb4c896cb34a4e6.tar.zst
pyecsca-codegen-c8d0bff46001bd5636825c5b0bb4c896cb34a4e6.zip
Initialize.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..c545fd7
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,25 @@
+[[source]]
+name = "pypi"
+url = "https://pypi.org/simple"
+verify_ssl = true
+
+[dev-packages]
+nose2 = "*"
+green = "*"
+mypy = "*"
+sphinx = "*"
+sphinx-autodoc-typehints = "*"
+coverage = "*"
+
+[packages]
+numpy = "*"
+scipy = "*"
+atpublic = "*"
+matplotlib = "*"
+cython = "*"
+fastdtw = "*"
+parameterized = "*"
+asn1crypto = "*"
+
+[requires]
+python_version = "3.8"