Skip to content

Instantly share code, notes, and snippets.

@ohmrefresh
Last active July 14, 2019 07:15
Show Gist options
  • Select an option

  • Save ohmrefresh/900143ca81848cdbd9ac47b6cdbcda7b to your computer and use it in GitHub Desktop.

Select an option

Save ohmrefresh/900143ca81848cdbd9ac47b6cdbcda7b to your computer and use it in GitHub Desktop.
check requirements.txt out of date
pip install -r requirements-to-freeze.txt --upgrade && pip freeze > requirements.txt
pip install pur
pur -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment