From 4657cee59dd4f997f3ce87a252c732955f72c73b Mon Sep 17 00:00:00 2001 From: Zedifus Date: Tue, 23 Nov 2021 23:17:27 +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