From 73fba6b98092b3d2ca6334bc6fd202cda8885f5f Mon Sep 17 00:00:00 2001 From: Iain Powrie Date: Wed, 24 Nov 2021 01:24:17 +0000 Subject: [PATCH] Make cryptography a TLD again This is to fix: 'AttributeError: module 'lib' has no attribute 'X509_get_notBefore' --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index aeacca40..3fd218b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ argon2-cffi~=20.1 bleach~=3.1 colorama~=0.4 +cryptography~=3.4 peewee~=3.13 pexpect~=4.8 psutil~=5.7