- Add config file functionality per https://github.com/FHPythonUtils/LicenseCheck/issues/11
- Parsed in the following order: `pyproject.toml`, `setup.cfg`, `licensecheck.toml`, `licensecheck.json`, `licensecheck.ini`, `~/licensecheck.toml`, `~/licensecheck.json`, `~/licensecheck.ini`
- Note that the config takes precedent over command-line options
- Add optional path to requirements.txt as outlined in https://github.com/FHPythonUtils/LicenseCheck/issues/9#issuecomment-898878228
- Eg. `licensecheck --using requirements:c:/path/to/reqs.txt;path/to/other/reqs.txt`