enhance requirements file parser or switch to another one #319
Replies: 2 comments 2 replies
-
The docs for cyclonedx-bom says that it can read a "requirements.txt" file. If that's not the case, probably should be made clear. But, disallowing private pypi repos seems pretty limiting. |
Beta Was this translation helpful? Give feedback.
2 replies
-
fixed in v4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
there are multiple discussions for alternative or missing features of the requirements file parser.
requirements.txt
with private pypi repository #318requirements.txt
with locally referenced packages #315requirements.txt
with locally referenced packages #284requirements.txt
with hashes #194 & FEATURE: Support forrequirements.txt
files withhashes
cyclonedx-python-lib#8the story so far: the original requirements parser had the scope to understand the output of
pip freeze
.but the people want more :-)
-r
to chain multiple filesthere are suggestions to switch to an alternative requirements file parser at some point, as it supports some of the mentioned features.
lets discuss the topic here!
Beta Was this translation helpful? Give feedback.
All reactions