Last active
October 30, 2017 12:19
-
-
Save benspaulding/03656008b0188e6ffb18e83f395d8982 to your computer and use it in GitHub Desktop.
`pipenv lock --requirements` without hashes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This works on macOS, and on some Linux distros. If it is failing you may need | |
# to change the sed option `-E` to `-r`. | |
pipenv lock --requirements | sed -E 's/[[:space:]]+--hash=[a-z0-9]+:[a-z0-9]+//g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment