From 704dc1521174afc1dfd7333ddf20041a9f1f8af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Sat, 3 Feb 2024 18:28:14 +0100 Subject: [PATCH] Set cryptography as present --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 47e07a8c4..835153c4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,3 +142,4 @@ black = "full" isort = "full" codespell = "full" ruamel.yaml = "<0.18.0" +cryptography = "present"