Skip to content

Commit

Permalink
Use https instead of ssh for github dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Mar 1, 2024
1 parent 41aec19 commit a0bc297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Homepage = "https://github.com/OCHA-DAP/hdx-python-country"
[project.optional-dependencies]
test = ["pytest", "pytest-cov"]
dev = ["pre-commit"]
wfp = ["data-bridges-client@git+ssh://git@github.com/WFP-VAM/DataBridgesAPI@dev#egg=data-bridges-client"]
wfp = ["data-bridges-client@git+https://github.com/WFP-VAM/DataBridgesAPI@dev#egg=data-bridges-client"]


#########
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ coverage[toml]==7.4.3
# via
# coverage
# pytest-cov
data-bridges-client @ git+ssh://git@github.com/WFP-VAM/DataBridgesAPI@dev
data-bridges-client @ git+https://github.com/WFP-VAM/DataBridgesAPI@dev
# via hdx-python-country (pyproject.toml)
distlib==0.3.8
# via virtualenv
Expand Down

0 comments on commit a0bc297

Please sign in to comment.