Closed pombredanne closed 4 months ago
For info, the lockfile is named requirements.deplock
As suggested by @pombredanne, use pip inspect
instead of pip freeze
. https://github.com/nexB/dependency-inspector/pull/25
pip freeze
does not include the relationship between dependencies. Instead, usepip inspect
to get the JSON report of the Python environment, which includes the dependency relationships, and store it in thepip-inspect.deplock
file.
We need to create Python frozen requirements file: this may need a specific convention as a requirements file is not your typical lockfile-only format. We likely want to use using pip freeze.