Get the latest tech news
Show HN: Req Update Check
Contribute to ontherivt/req-update-check development by creating an account on GitHub.
Check for available updates in your requirements.txt file Show update severity (major/minor/patch) Display package homepages and changelogs when available Optional file caching for faster repeated checks Support for comments and inline comments in requirements.txt Ignores pre-release versions (alpha, beta, release candidates) The tool supports file caching to improve performance when checking multiple times. Clone the repository Create a virtual environment: python -m venv venv Activate the virtual environment: source venv/bin/activate(Unix) or venv\Scripts\activate(Windows) Install development dependencies: pip install -e ".
Or read this on Hacker News