pypa / pipfile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Proposal] Change Pipfile.data to an OrderedDict

lunarplasma opened this issue · comments

By using an OrderedDict, it would be possible to use Pipfile.data to recreate a requirements.txt file in a much more deterministic way. It shouldn't affect anything else.

EDIT: If this proposal is accepted, I'm happy to do a pull request.