Replies: 1 comment 3 replies
-
To exclude some packages from the output, you may use the
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need to freeze my requirements to make some immutable environments.
pipdeptree
seems the way to go.However, I am not sure of how to exclude some dependencies from this
freeze
.I meaan I use
hatch
on development, thenpipdeptree -f
shows mehatch
and all its dependancies.But my freeze file will be use to check for CVEs in my app, so I do not want to check CVEs in
hatch
and all its dependencies.Any ideas ?
Regards,
Beta Was this translation helpful? Give feedback.
All reactions