Y
Hacker News
new
|
ask
|
show
|
jobs
by
mwarkentin
1416 days ago
Yes, unfortunately all dependencies are frozen at the same level, so it becomes really hard to distinguish between what your actual dependencies, and sub-dependencies, and sub-sub-dependencies are.
1 comments
Too
1415 days ago
Use pip install -c constraints.txt.
link