nexB / python-inspector

Inspect Python code and PyPI package manifests. Resolve Python dependencies.
20 stars 17 forks source link

fix: skip proccesing if req is a comment #166

Open 35C4n0r opened 7 months ago

35C4n0r commented 7 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