Metadata-Version: 2.1
Name: RequirementsCheck
Version: 0.0.1
Summary: A CLI utility to check and update Python package versions in requirements.txt files
Home-page: https://github.com/bbilly1/requirementscheck
Author: Simon
Author-email: simobilleter@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Version Check

Core Functionality:
- Look for requirements*.txt files in your working directory and check for updates.
- Prompt to confirm each update with an upstream url.

## Install

Install this helper script into your virtual environment. Add this to your requirements.txt file:

```
requirementscheck @ git+https://github.com/bbilly1/requirementscheck.git
```
