Hi All,
I was checking this tool, i was trying to generate SBOM of my requirements.txt file and it's licenses. I ran below command
cyclonedx-py -r -i dvpwa/requirements.txt
but, this doesn't list any transitive dependencies or it's license, i remember i used cyclonedx for some java projects, and it was listing transitive deps with license, is it possible for python requirements.txt / piplock ?