- Fixed a packaging error.
- pipenv is now an optional dependency that's only used when updating a Pipfile. Install it with dparse[pipenv]
- Added support for invalid toml Pipfiles (thanks @pombredanne)
- Added support for setup.cfg files (thanks @kexepal)
- Dependencies from Pipfiles now include the section (thanks @paulortman)
- Multiline requirements are now ignored if they are marked
- Added experimental support for Pipfiles
- Internal refactoring
- Removed setuptools dependency
- Fixed a bug that was causing the parser to throw errors on invalid requirements.
- Initial, not much to see here.