Last active
July 14, 2019 07:15
-
-
Save ohmrefresh/900143ca81848cdbd9ac47b6cdbcda7b to your computer and use it in GitHub Desktop.
check requirements.txt out of date
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
| pip install -r requirements-to-freeze.txt --upgrade && pip freeze > requirements.txt |
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
| 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