<#2294 Generate requirements.txt from lockfile.txt...
# github-notifications
c
#2294 Generate requirements.txt from lockfile.txt Issue created by IvanRibakov Is it possible to convert
lockfile.txt
to
requirement.txt
format so that Pants lock files can be used instead of
pip freeze
? We're using an SCA (software composition analysis) tool that does not support Pants but does support `setuptools`/`requirements.txt` format for specifying dependencies and we would like to ensure that we use the same set of dependencies for both the build process and SCA scans. pantsbuild/pex