summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-20 18:42:39 -0700
committerAndrew Godwin2022-11-20 18:42:39 -0700
commit6a8fe5cb4b4cf9bbe9fe6706620ea93bf46ea3ee (patch)
treea7dbe06313f10b32b183495f2c627380a2d53930 /requirements.txt
parent97a841d1bbbc105124e9c0f2b8d8629573743b36 (diff)
downloadtakahe-6a8fe5cb4b4cf9bbe9fe6706620ea93bf46ea3ee.tar.gz
takahe-6a8fe5cb4b4cf9bbe9fe6706620ea93bf46ea3ee.tar.bz2
takahe-6a8fe5cb4b4cf9bbe9fe6706620ea93bf46ea3ee.zip
Remove pyOpenSSL dependency
(I figured out what padding to use with cryptography)
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
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