commit | 9686e702e4b915b6bc24e9f829524346b7ee9e0a | [log] [tgz] |
---|---|---|
author | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Tue Jun 18 11:22:50 2019 +0200 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Tue Jun 18 14:08:27 2019 +0200 |
tree | 0ecb98295631d44e578faad2a8acfded0db95cc9 | |
parent | 3c469bc698a9767859ed73cd0201c44161204d5c [diff] |
requirements.txt: bump cryptography Py package version Since Ed25519 curve primitives are available since cryptography package version 2.6 need to bump its version. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 7bc8758..d3bcfbb 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt
@@ -1,3 +1,3 @@ -cryptography +cryptography>=2.6 intelhex click