Skip to content

Commit 4239678

Browse files
committed
Updated pyproject to use https not ssh
1 parent e83daf7 commit 4239678

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ elasticsearch = "^7"
2525
requests = "^2.32.3"
2626
tqdm = "^4.66.6"
2727
sphinx = "^8.1.3"
28-
directory-tree = { git = "git@github.com:cedadev/ceda-directory-tree.git", tag = "v1.1.2" }
29-
ceda-elasticsearch-tools = { git = "git@github.com:cedadev/ceda-elasticsearch-tools.git", tag = "v2.4.0" }
30-
tag-scanner = { git = "git@github.com:cedadev/cci-tag-scanner.git", tag = "v2.1.2" }
28+
directory-tree = { git = "https://github.com/cedadev/ceda-directory-tree.git", tag = "v1.1.2" }
29+
ceda-elasticsearch-tools = { git = "https://github.com/cedadev/ceda-elasticsearch-tools.git", tag = "v2.4.0" }
30+
tag-scanner = { git = "https://github.com/cedadev/cci-tag-scanner.git", tag = "v2.1.2" }
3131
pytest = "^8.3.3"
3232

3333

0 commit comments

Comments
 (0)