(pkg: PackageSpec)
| 36 | |
| 37 | |
| 38 | def is_normal_python_package(pkg: PackageSpec) -> bool: |
| 39 | return pkg.package_type == "package" and pkg.file_name.endswith(".whl") |
| 40 | |
| 41 | |
| 42 | def get_lockfile_url_from_makefile(branch: str | None = None) -> str: |
no outgoing calls
no test coverage detected
searching dependent graphs…