Skip to content

Instantly share code, notes, and snippets.

@benspaulding
Last active October 30, 2017 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benspaulding/03656008b0188e6ffb18e83f395d8982 to your computer and use it in GitHub Desktop.
Save benspaulding/03656008b0188e6ffb18e83f395d8982 to your computer and use it in GitHub Desktop.
`pipenv lock --requirements` without hashes
# 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