From a685923a80b365e0c4f54681c4aea7fd6c482b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tronel?= Date: Sun, 28 Dec 2025 18:26:45 +0100 Subject: [PATCH] Adding cryptography module to manage PEM certificates. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index daba4a5..45f9d86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ requests coloredlogs +cryptography