Skip to content

Ignore a package from update #114

@juanfal

Description

@juanfal

Some packages shouldn't be updated, so for example I do:

pip-review --local --auto --no-cache-dir
pip install --user --break-system-packages emoji==1.6.3 > /dev/null 2>&1
pip cache purge

it would be great to have something like:

pip-review --local --auto --no-cache-dir --ignore emoji
pip cache purge

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions