Replies: 1 comment
-
No poetry does not support pulling packages from sources configured solely at runtime (ie. not in If your package is not available in a public index, any other user trying to install the project, will have issues. Allowing something like this will cause more inconsistencies and problems than what it may solve. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I build a library with poetry which has dependancies on private pypi repos can the library be installed without adding the private repos to the toml? Or do you have to do the equivalent of setting --extra-index for all the dependancies in the top level project?
Beta Was this translation helpful? Give feedback.
All reactions