diff options
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[dev-packages] +nose2 = "*" +green = "*" +mypy = "*" + +[packages] +numpy = "*" +scipy = "*" +atpublic = "*" +matplotlib = "*" +cython = "*" +fastdtw = {path = "./../fastdtw"} + +[requires] +python_version = "3.7" |
