aboutsummaryrefslogtreecommitdiffhomepage
path: root/Pipfile
diff options
context:
space:
mode:
authorJ08nY2020-12-16 00:29:45 +0100
committerJ08nY2020-12-16 00:29:45 +0100
commit9421aecd67f7ac0efb2d728fb31bb14f500361be (patch)
treeb1712af506256143bf21807d0088a9110bf64fa0 /Pipfile
parentc1a3bdc558725ad9792f874c914eb42319aed84c (diff)
downloadpyecsca-9421aecd67f7ac0efb2d728fb31bb14f500361be.tar.gz
pyecsca-9421aecd67f7ac0efb2d728fb31bb14f500361be.tar.zst
pyecsca-9421aecd67f7ac0efb2d728fb31bb14f500361be.zip
Properly handle coordinate system assumptions.
Fixes #3.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile28
1 files changed, 0 insertions, 28 deletions
diff --git a/Pipfile b/Pipfile
deleted file mode 100644
index 201a0a9..0000000
--- a/Pipfile
+++ /dev/null
@@ -1,28 +0,0 @@
-[[source]]
-name = "pypi"
-url = "https://pypi.org/simple"
-verify_ssl = true
-
-[dev-packages]
-nose2 = "*"
-green = "*"
-mypy = "*"
-flake8 = "*"
-sphinx = "*"
-sphinx-autodoc-typehints = "*"
-parameterized = "*"
-coverage = "*"
-
-[packages]
-numpy = "*"
-scipy = "*"
-atpublic = "*"
-matplotlib = "*"
-cython = "*"
-fastdtw = "*"
-asn1crypto = "*"
-h5py = "*"
-bokeh = "*"
-
-[requires]
-python_version = "3.8"