From 813127653ac1b15cb9615d2bc80771ec118f58cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 8 Jul 2024 12:26:31 +0200 Subject: [PATCH] Just requires that certifi is present --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e816aca38..681495a81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,3 +144,4 @@ isort = "full" codespell = "full" ruamel.yaml = "<0.18.0" cryptography = "present" +certifi = "present"