aboutcode-org / python-inspector

Inspect Python code and PyPI package manifests. Resolve Python dependencies.
22 stars 19 forks source link

fix: skip proccesing if req is a comment #166

Open 35C4n0r opened 10 months ago

35C4n0r commented 10 months ago

If we pass a comment to be parsed as a Requirenment, we ignore it. Closes: https://github.com/nexB/python-inspector/issues/152