pypa / pipfile

Other
3.24k stars 145 forks source link

[Proposal] Change Pipfile.data to an OrderedDict #116

Open lunarplasma opened 5 years ago

lunarplasma commented 5 years ago

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.