Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix FrozenRequirement.to_dist to support pip 19.0
In pip 19.0 the function signature of FrozenRequirement.to_dist has been changed. The last argument 'depedency_links' is now removed as depedency support has been removed in pip 19.0. Fixes #113. Pull request removing dependency links support: pypa/pip#6060 Commit removing the 'dependency_links' argument: pypa/pip@46ffb13
- Loading branch information