Allow specific source to only be used in resolving dependency when source = "<source>"
is specified
#7180
Closed
2 tasks done
Labels
status/duplicate
Duplicate issues
Feature Request
As title, some sources are not meant to be lookup because they are used for specific purpose. For example, in pytorch-cpu, I get the following printed when running
poetry lock --no-update
.The above makes unnecessary requests and causes the dependency resolution to be slower than it needs to be.
If I may, I propose the following option for the source to be used only in the specified dependency
The text was updated successfully, but these errors were encountered: