From 6a8fe5cb4b4cf9bbe9fe6706620ea93bf46ea3ee Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 20 Nov 2022 18:42:39 -0700 Subject: Remove pyOpenSSL dependency (I figured out what padding to use with cryptography) --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index b32f91c..2dd241c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ pillow~=9.3.0 urlman~=2.0.1 cryptography~=38.0 httpx~=0.23 -pyOpenSSL~=22.1.0 uvicorn~=0.19 gunicorn~=20.1.0 psycopg2~=2.9.5 -- cgit v1.2.3