Add ability to toggle dependency 'develop'
See original GitHub issue- 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
Path-dependencies in Poetry can be optionally marked as 'develop' = True
. However, there’s no way to mark it as such via the poetry add
command.
It would be nice to set the 'develop' = True
when adding a path. For example:
poetry add ./my-package/ --develop
Or
poetry add ./my-package/ --editable
I think I can implement this myself if the core devs consider this feature to be beneficial.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Feature Toggles (aka Feature Flags) - Martin Fowler
The toggling decision for a Release Toggle is typically very static. Every toggling decision for a given release version will be the same,...
Read more >How to make dependencies on Toggle Button C# - Stack ...
So i have Toggle Button. How to make program check some function if its 1 or 2, and then make Switch true or...
Read more >Feature Toggles - Why and How to Add to Your Software
Learn why and how to add feature toggles (aka feature flags) to your ... Application overview and creating a feature toggle ⌨️ (1:10:20) ......
Read more >Dependencies Management in Setuptools
Each dependency, regardless of type, needs to be specified according to PEP 508 and PEP 440. This allows adding version range restrictions and...
Read more >Creating task dependencies | Product guide ... - Asana
From your Timeline view: Click on the three-dot icon and toggle on or off the Prevent dependency conflicts icon. Was this ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think this can happen independent of #3004. If this happens first, we just update the key it operates on when #3004 lands.
This is now possible in the current preview release 1.2.0a2 by: