libyear
libyear copied to clipboard
Add support for Pipfiles
Adds initial support for Pipfiles, including:
- Normal pacakge definitions
- Wildcard definitions (any version will do)
- Editable dependencies (e.g. git repos, these are ignored)
- Complex package definitions (only version information is used)
Unit test was added to test file parsing and documentation was updated.