Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 543 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 543 Bytes

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.