-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
kind/featureFeature requests/implementationsFeature requests/implementations
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have searched the documentation and believe that my question is not covered.
Feature Request
I want to pull a dependency from a private git repo, but the repo requires HTTP authentication.
As far as I can tell, https://python-poetry.org/docs/repositories/ only supports PyPI repositories, so git repositories are not supported.
I want to be able to do something similar to:
$ poetry config repositories.git-domain-repo https://git.domain/repo/
$ poetry config http-basic.git-domain-repo username password
Or, even better, to configure auth for the whole git.domain.
Please add a way to specify a username and a password to be used when pulling a git dependency, such that the username and password are specified outside of pyproject.toml .
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureFeature requests/implementationsFeature requests/implementations