From cf1b95cc00afcd81c6266f5dce6e31bbd3cf55de Mon Sep 17 00:00:00 2001 From: Shivani Tipnis Date: Fri, 16 Nov 2018 11:27:00 +0530 Subject: [PATCH] Update minimum version for cryptography package required (cherry picked from commit e1774cb6f90416c7cbbe7b50323d3154dba7de21) (cherry picked from commit fa40b3d5d0ec3c90a62627ac6a23edc969695670) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 705119597..14038d8c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ setuptools # pyserial>=3.0 future>=0.15.2 -cryptography +cryptography>=2.1.4