-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for git refs in poetry add #357
Comments
There seems to be no way to specify the branch in |
@agronholm yes it seems there are a number of features which are not supported on the command-line |
Just ran into this. This needs to be documented asap - it's really hard to figure out how to add your github repo fork. Please give it a few minutes and update the docs. |
Does git dependency support exist in the current stable release or is it being rewritten? |
This has been added in #1221 and is currently available in the latest prereleases of the |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi!
Thanks for the tool. Migrating from pipenv to poetry.
It would be great to see git refs support in
poetry add
. Every so often I install packages from Git branches/pull requests. Currently this syntax does not work:I have to add it manually in
pyproject.toml
, but I would love to avoid that:I don't exclude that requested functionality is already available, but I could find it in the docs.
Thanks!
The text was updated successfully, but these errors were encountered: