Skip to content

Commit

Permalink
Updated pyproject to use https not ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Oct 31, 2024
1 parent e83daf7 commit 4239678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit 4239678

Please sign in to comment.