If you have stars in your Pipfile, this project is for you!
unstar-pipfile is a tool to scan Pipfile.lock and replace any stars in Pipfile with precise versions from the lock file.
pip install unstar-pipfile
python -m unstar_pipfile
Run as a python module in the directory with Pipfile and Pipfile.lock.
python -m unstar_pipfile --help