You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's difficult to work in a Python monorepo with a single set of requirements, because not all teams are using aligned dependency versions today. However, multiple requirements are difficult because a transitive dependency of an application can use a conflicting version from a direct dependency.
What is the current behavior?
It's difficult to work in a Python monorepo with a single set of requirements, because not all teams are using aligned dependency versions today. However, multiple requirements are difficult because a transitive dependency of an application can use a conflicting version from a direct dependency.
Describe the feature
References:
A PR with one implementation: Demonstrate virtual dependencies #87
The text was updated successfully, but these errors were encountered: