From 42396788cc23a64900351c33b124d70b092cbf5f Mon Sep 17 00:00:00 2001 From: dwest77a Date: Thu, 31 Oct 2024 10:14:54 +0000 Subject: [PATCH] Updated pyproject to use https not ssh --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ac529cf..26e2992 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,9 +25,9 @@ elasticsearch = "^7" requests = "^2.32.3" tqdm = "^4.66.6" sphinx = "^8.1.3" -directory-tree = { git = "git@github.com:cedadev/ceda-directory-tree.git", tag = "v1.1.2" } -ceda-elasticsearch-tools = { git = "git@github.com:cedadev/ceda-elasticsearch-tools.git", tag = "v2.4.0" } -tag-scanner = { git = "git@github.com:cedadev/cci-tag-scanner.git", tag = "v2.1.2" } +directory-tree = { git = "https://github.com/cedadev/ceda-directory-tree.git", tag = "v1.1.2" } +ceda-elasticsearch-tools = { git = "https://github.com/cedadev/ceda-elasticsearch-tools.git", tag = "v2.4.0" } +tag-scanner = { git = "https://github.com/cedadev/cci-tag-scanner.git", tag = "v2.1.2" } pytest = "^8.3.3"