jwilmott / pip-conflict-checker

A tool that checks installed packages against all package requirements to ensure that there are no dependency version conflicts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status pip-conflict-checker

A tool that checks installed packages against all package requirements to ensure that there are no dependency version conflicts.

Installation

pip install pip-conflict-checker

Usage

Simply run the command pipconflictchecker. If any dependency conflicts are found an output dump of all conflicts will be shown, and an exit code of 1 will be returned.

About

A tool that checks installed packages against all package requirements to ensure that there are no dependency version conflicts.

License:Other


Languages

Language:Python 100.0%