There was an error while loading. Please reload this page.
1 parent b017120 commit 5648516Copy full SHA for 5648516
1 file changed
src/python_inspector/resolution.py
@@ -212,6 +212,7 @@ def _iter_dependencies(self, candidate):
212
)
213
214
for r in self.get_requirements_for_package(purl, candidate):
215
+ print(r, r.marker)
216
if r.marker is None:
217
yield r
218
else:
0 commit comments