question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 3 years ago
  • Reactions:8
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
abncommented, Oct 16, 2020

I think this can happen independent of #3004. If this happens first, we just update the key it operates on when #3004 lands.

0reactions
finswimmercommented, Dec 29, 2021

This is now possible in the current preview release 1.2.0a2 by:

-e, --editable           Add vcs/path dependencies as editable.
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found