Skip to content

Instantly share code, notes, and snippets.

@Shuhala
Created July 25, 2017 13:31
Show Gist options
  • Save Shuhala/ef424dd4c51939b55d877050355a1a46 to your computer and use it in GitHub Desktop.
Save Shuhala/ef424dd4c51939b55d877050355a1a46 to your computer and use it in GitHub Desktop.
Output latest outdated pip dependencies version in requirements.txt format
pip list --outdated | sed 's/ (.*Latest: /==/g;s/ \[.*//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment