Metadata-Version: 2.1
Name: pip-blame
Version: 0.1.0
Summary: finds packages that prevent upgrading a transitive dependency
Author: banteg
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: packaging >=24
Requires-Dist: requests >=2.31
Requires-Dist: rich >=13.7.1
Project-URL: Home, https://github.com/banteg/pip-blame

# pip-blame

*finds packages that prevent upgrading a transitive dependency*

## install

```
pip install pip-blame
```

### usage

```
pip-blame NAME
```

it will fetch the latest version of the package from pypi and compare it against the requirement specifiers declared by the installed packages.

then it will highlight the dependencies that need relaxing their requirements, as well as provide links to open new issues where repo links can be found in the metadata.

