bin/freeze for Pants

bin/freeze
bin/freeze build

pip install `bin/freeze`

Use bin/freeze [resolve_name] to show the requirements of the given resolve_name.

Why

Sometimes, we need to pip install the requirements in the lockfiles for IDE Integration.