From 56aa741169a1085ccedbba9fe4987da1b7905f95 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 15 Aug 2024 21:34:47 +1000 Subject: [PATCH] fix: add back in accidentally deleted ogctests dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7fca1e6f..c7e3aee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ python-dotenv = "^1.0.0" pyoxigraph = "^0.3.19" coverage = "^7.3.2" tabulate = "^0.9.0" - +ogctests = "^0.1.15" [build-system] requires = ["poetry-core>=1.9.0"]