From 19b589730f41a4fcec708a4cf185974302e38d43 Mon Sep 17 00:00:00 2001 From: Tamir Zheleznyak Date: Mon, 8 Feb 2021 12:36:05 +0200 Subject: [PATCH] Add Fixed Version For Cryptography Lib --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b99fc7d61..8ff41eea4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ nose2>=0.9.2 nose2[coverage_plugin]>=0.6.5 pylint>=2.6.0 +cryptography==3.3.1 pyopenssl>=20.0.0 PyInstaller>=4.0 PyYAML>=5.3.1