Commit bf747e8a by Arun Babu Neelicattu Committed by Bjorn Neergaard

Update docs/dependency-specification.md

Co-authored-by: Markus Maga <markus@maga.se>
parent 57f274b0
...@@ -120,7 +120,7 @@ To use HTTP basic authentication with your git repositories, you can configure c ...@@ -120,7 +120,7 @@ To use HTTP basic authentication with your git repositories, you can configure c
how [repository credentials]({{< relref "repositories#configuring-credentials" >}}) are configured. how [repository credentials]({{< relref "repositories#configuring-credentials" >}}) are configured.
```bash ```bash
poetry config repositories.git-org-project https://gitlhub.com/org/project.git poetry config repositories.git-org-project https://github.com/org/project.git
poetry config http-basic.git-org-project username token poetry config http-basic.git-org-project username token
poetry add git+https://github.com/org/project.git poetry add git+https://github.com/org/project.git
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment