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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
there are multiple discussions for alternative or missing features of the requirements file parser.
requirements.txtwith private pypi repository #318requirements.txtwith locally referenced packages #315requirements.txtwith locally referenced packages #284requirements.txtwith hashes #194 & FEATURE: Support forrequirements.txtfiles withhashescyclonedx-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 :-)
-rto 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