support git subfolder#9
Conversation
abn
left a comment
There was a problem hiding this comment.
Linked to previous relevant discussion.
| "name": r"[\w~.\-]+", | ||
| "rev": r"[^@#]+", | ||
| "rev": r"[^@#?]+", | ||
| "subdir": r"[\w\-/\\]+", |
There was a problem hiding this comment.
Linking to previous discussion concerning this bit. python-poetry/poetry#1822 (comment)
|
Is there any indication when this will make it into a (pre)release? I've got a |
|
Hello @dancmeyers, unfortunately I think this feature has to wait for poetry version 1.2. fin swimmer |
|
Supporting git subfolders is the missing piece of the puzzle for several repos I work on. I'd love to see this PR merged, @finswimmer is there anything I could do to help? - or is the poetry 1.2 requirement dependent on upstream tasks? |
|
I'm closing this PR and the related in python-poetry/poetry#2242 for the following reasons:
|
This PR contains necessary changes to poetry_core for implementing the possibility to add subfolders of a git repository as dependency.
This was original implemented in python-poetry/poetry#1822.
Merging this PR requires merging of python-poetry/poetry#2242 in poetry as well.
Implements: python-poetry/poetry#755