From f5c7f2308310af5c6b004de86626b5dbb454e428 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Wed, 18 Mar 2020 18:10:51 +0100 Subject: [PATCH] Makes sure cryptography dependency is at least 2.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f168a98..5ea83ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ zmq flask -cryptography +cryptography==2.8 coincurve pyzbase32 requests