We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83daf7 commit 4239678Copy full SHA for 4239678
pyproject.toml
@@ -25,9 +25,9 @@ elasticsearch = "^7"
25
requests = "^2.32.3"
26
tqdm = "^4.66.6"
27
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" }
+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" }
31
pytest = "^8.3.3"
32
33
0 commit comments