From 6d032f69080d97b2a732cb7ba44107d45bc9893a Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Tue, 18 Jul 2017 11:49:06 +0200 Subject: [PATCH] Bump required version of pyOpenSSL cryptography-2.0 has been released and requires version >=1.6.2 of pyOpenSSL. This patch changed required version of pyOpenSSL to be >= 1.6.2. Given that we are not capping the version of cryptography i think we shouldn't cap pyOpenSSL. Change-Id: I044f6d74d64899eaf9edc3a3931825c5a5d6e84f --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a9bf2fbb..18e931d4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ netaddr>=0.7.6 PyYAML>=3.10 docutils>=0.11 cryptography!=1.3.0,>=1.0 -pyOpenSSL<15.0.0 +pyOpenSSL>=16.2.0 netifaces