From 9686e702e4b915b6bc24e9f829524346b7ee9e0a Mon Sep 17 00:00:00 2001 From: Andrzej Puzdrowski Date: Tue, 18 Jun 2019 11:22:50 +0200 Subject: [PATCH] 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 --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 7bc87581..d3bcfbb3 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,3 +1,3 @@ -cryptography +cryptography>=2.6 intelhex click