Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Forked from SWEPY / Requirements Compare
8 commits behind the upstream repository.

Requirement Compare

A CLI that generate a version changelog based on git history and local requirement file.

Installation

pip install --upgrade pip
pip install requirement-compare

Usage

$ requirement-compare requirements.txt
- Added `last_package` version `1.0.0`
- Bump `example_package` from `1.0.0` to `2.0.0`
- Removed `another_package` version `1.0.0`