From e901ce4d36b7c0c7cf811831c60cf7889ef93d43 Mon Sep 17 00:00:00 2001 From: Jelte Fennema-Nio Date: Thu, 27 Feb 2025 21:20:48 +0100 Subject: [PATCH] Remove pycrypto and pycryptodome from requirements.txt These libraries were unused. We only used the APIs from `pycryptodomex`. Fixes #43 --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 35807e70..fc12402f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,5 @@ django>=4.2,<5.0 psycopg2 simplejson -pycrypto requests -pycryptodome pycryptodomex