Install dependencies from private repository based on global configuration #4817
Closed
2 tasks done
Labels
status/duplicate
Duplicate issues
Feature Request
Hey poetry people!
In the process of migrating to poetry, we have found a blocker with relation to how extra indexes for downloading packages are handled.
The situation is that while in other tools you can just set
PIP_EXTRA_INDEX_URL
env variable with your private registry and you are set everywhere, poetry enforces you to add this index URL in every single project through thepyproject.toml
file. This means that when an organization changes the registry the link to this registry needs to be updated in every single repository manually. This doesn't sound like a good design to me.Given that the possibility to add repositories for publishing globally already exists, would it be possible to do the same for downloading packages? In my opinion, it is confusing that that feature only works for publishing but not downloading.
Looking forward to hearing your thoughts.
The text was updated successfully, but these errors were encountered: