From 508d3afe7f3c03f0c680b351e267e5b08abd1c72 Mon Sep 17 00:00:00 2001 From: "Ed (ODSC)" Date: Mon, 23 Sep 2024 00:42:12 +0100 Subject: [PATCH] setup.py: Use new libcove2 branch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5319be3..cc914b7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ python_requires=">=3.8", install_requires=[ "python-dateutil", - "libcove2", + "libcove2 @ git+https://github.com/OpenDataServices/lib-cove-2.git@handle_new_jsonschema", "packaging", # Jsonschema 4.10 breaks the message # 'missingPersonType' is a dependency of 'missingPersonReason'