From b09d99b9990f6ca89b191d04950ddbd12064c8a8 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 2fdf02d77..1c3bae55b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,3 +163,4 @@ isort = "full" codespell = "full" jsonschema-gentypes = "minor" cryptography = "present" +certifi = "present"