From f4dde225098631247696331d48aeaec87f45ca49 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 62693b35a..70a1d2be8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -172,3 +172,4 @@ poetry-dynamic-versioning = "full" poetry-plugin-tweak-dependencies-version = "full" poetry = "full" poetry-core = "full" +cryptography = "present"