nexB / python-inspector

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

Do not fail on unsupported manifests #177

Open AyanSinhaMahapatra opened 3 weeks ago

AyanSinhaMahapatra commented 3 weeks ago

We should not fail like this: https://github.com/nexB/scancode.io/issues/1313 when we get an unsupported manifest like a setup.cfg or a pyproject.toml or other which are not supported for dynamic dependency resolution, while calling from the API.