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 freezecommand when generating requirements.txt files.
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
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
| pipslim | pip freeze |
|---|---|
![]() |
![]() |

