Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 799 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 799 Bytes

unstar-pipfile

If you have stars in your Pipfile, this project is for you!

test-workflow PyPI version Code style: black

unstar-pipfile is a tool to scan Pipfile.lock and replace any stars in Pipfile with precise versions from the lock file.

Installation

pip install unstar-pipfile

Usage

python -m unstar_pipfile Run as a python module in the directory with Pipfile and Pipfile.lock.

Help

python -m unstar_pipfile --help