poetry lock for multiple sources #9384
Unanswered
gianfaProm
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to know if poetry can take into account the specific source in a specific dependency.
This happens for pyproject.toml, via the
source
specification, but I would like to know if poetry.lock can also do this, being a true snapshot of the environment.I took a quick look, creating a project with two private sources and installing dependencies from multiple sources, and it does not seem to me that the lock saves the source of origin.
Beta Was this translation helpful? Give feedback.
All reactions