-
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
Add ability to toggle dependency 'develop' #3220
Comments
Hello @Seanny123, yes this is something really useful 👍 @abn listed this also in his suggestion in #3004. fin swimmer |
@python-poetry/triage Hi, really like the project. Have used it for a couple of personal projects. Mind if I take on the issue |
Hello @0scarB, I don't know if @Seanny123 already started to work on it? Otherwise we really appreciate any contribution 👍 fin swimmer |
Have no started yet. Go for it @0scarB |
@Seanny123 thx, I will :) |
Only directory and vcs dependencies support the If we add
It would be better to raise an explicit error such as |
Hello @0scarB, the error message poetry raises are in general very technical and it is not always obvious to the end-user, but are very useful for debugging. That's a general topic we can improve. I guess there was already somewhere a ticket about this 🤔 . fin swimmer |
@finswimmer Thanks for the feedback, I totally agree. After working on #3004 I think that the dependency classes need to be refactored to have the |
This is now possible in the current preview release 1.2.0a2 by:
|
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. |
Feature Request
Path-dependencies in Poetry can be optionally marked as
'develop' = True
. However, there's no way to mark it as such via thepoetry add
command.It would be nice to set the
'develop' = True
when adding a path. For example:Or
I think I can implement this myself if the core devs consider this feature to be beneficial.
The text was updated successfully, but these errors were encountered: