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
pep 735, which based on my understanding, is currently a draft, introduces "peerDependencies" field.
I could not find any docs about possible support or implementation for pip in this PEP so i opened an issue.
does peerDependencies is going to be supported soon? i wonder cause i'm going to publish a package python and i wonder if i should stick with dependencies and use wide range of versions for my actual peer dependencies and use peerDependencies as pep735 suggest.
What's the problem this feature will solve?
pep 735, which based on my understanding, is currently a draft, introduces "peerDependencies" field.
I could not find any docs about possible support or implementation for pip in this PEP so i opened an issue.
does
peerDependencies
is going to be supported soon? i wonder cause i'm going to publish a package python and i wonder if i should stick withdependencies
and use wide range of versions for my actual peer dependencies and usepeerDependencies
as pep735 suggest.Describe the solution you'd like
.
Alternative Solutions
.
Additional context
.
Code of Conduct
The text was updated successfully, but these errors were encountered: