From 4d3bb32531c9a9dfbfbe2c426216d10cfca68c49 Mon Sep 17 00:00:00 2001 From: Matthias Valvekens Date: Sun, 17 Nov 2024 16:57:49 +0100 Subject: [PATCH] Ensure live-test installs certomancer with web-api --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e9cfe32..35eb4bae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ live-test = [ "pyHanko[testing-basic,xmp,async-http,extra-pubkey-algs]", "pytest-aiohttp~=1.0.4", "certomancer-csc-dummy==0.3.0", - "certomancer>=0.12.3,<0.13", + "certomancer[web-api]>=0.12.3,<0.13", "pytest-cov>=4.0,<6.1", ] mypy = [