Can I constrain pip to dependencies in pyproject.toml? #616
Unanswered
fredrikaverpil
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
-
Hi! 👋
Let's say I have something like this in my
pyproject.toml
and I want to install all of it, but constrain pip to use the exact versions in[dependencies]
(and their sub-deps):Is this at all possible?
I haven't found a way to do this and this is my workaround, which is really ugly: https://github.com/fredrikaverpil/hatch-playground
Beta Was this translation helpful? Give feedback.
All reactions