Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1014 Bytes

File metadata and controls

18 lines (13 loc) · 1014 Bytes

PipSlim

Lightweight Python package used for generating minimal requirements.txt files. This package completely removes the need for manually removing unecessary packages included by the pip freeze command when generating requirements.txt files.

Installation

The package can be installed by the Python Package Index (PYPI) using the following command. If you install the package to your global python environment, the command will work globally for all virtual environments too.

python -m pip install pipslim

Usage

This module provides the pipslim command which is a replacement for pip freeze. You can dump package dependencies to requirements.txt using pipslim > requirements.txt

Side-by-Side Comparison

pipslim pip freeze
image image