mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
c049976936
- Use `project.parsed_pipfile` to get all packages instead of a filtered subset - Determine index names via a new `refresh=True` argument to `project.get_source()` which clears the current pipfile cache - Fix parsing of requirement lines from direct URLs which were previously excluding the `name@` portion and therefore generating invalid links Signed-off-by: Dan Ryan <dan@danryan.co>