From a03fd754eda9f5c9359233513f7bdaaaa7b63633 Mon Sep 17 00:00:00 2001 From: Erwan Rouchet <rouchet@teklia.com> Date: Mon, 18 Nov 2019 17:31:00 +0100 Subject: [PATCH] Pin cryptography 2.7 --- base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/requirements.txt b/base/requirements.txt index 97f0507762..07e441df5a 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -1,5 +1,5 @@ boto3==1.9 -cryptography>=2.7 +cryptography==2.7 Django==2.2 elasticsearch==6.2.0 hiredis==1.0.0 -- GitLab