diff options
| author | J08nY | 2019-02-27 18:00:19 +0100 |
|---|---|---|
| committer | J08nY | 2019-03-21 11:00:14 +0100 |
| commit | 7fa186f42d17942192f8b23be8a2fb1b731b0641 (patch) | |
| tree | 496ff2f4851ec13cec9ddb595849e257dd9b37b4 | |
| parent | edb93786389668bbbaeeb375c9aa13d8b0eab36a (diff) | |
| download | pyecsca-7fa186f42d17942192f8b23be8a2fb1b731b0641.tar.gz pyecsca-7fa186f42d17942192f8b23be8a2fb1b731b0641.tar.zst pyecsca-7fa186f42d17942192f8b23be8a2fb1b731b0641.zip | |
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | Pipfile | 2 | ||||
| -rw-r--r-- | README.md | 3 |
3 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016-2018 +Copyright (c) 2018-2019 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -16,7 +16,7 @@ scipy = "*" atpublic = "*" matplotlib = "*" cython = "*" -fastdtw = {path = "./../fastdtw"} +fastdtw = "*" parameterized = "*" [requires] @@ -22,13 +22,14 @@ It also supports working with [Riscure](https://www.riscure.com) Inspector trace ### Docs - [sphinx](https://www.sphinx-doc.org/) + - [sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints/) ## License MIT License - Copyright (c) 2018 + Copyright (c) 2018-2019 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |
