From 52c83c67bbb7c3597d2fcc8fd3554927a252fedb Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 6 Nov 2022 14:14:08 -0700 Subject: Signing works with OpenSSL. Will have to ask the cryptography peeps what I was doing wrong. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 2a08e47..09de1e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ urlman~=2.0.1 django-crispy-forms~=1.14 cryptography~=38.0 httpx~=0.23 +pyOpenSSL~=22.1.0 -- cgit v1.2.3