pypa / pipfile

Other
3.24k stars 145 forks source link

pipfile-spec in Pipfile #141

Open tgross35 opened 2 years ago

tgross35 commented 2 years ago

Hello,

Is there any reason that the pipfile specification version isn't included in Pipfile, but only Pipfile.lock? As this specification may develop in the future (more packages tables, python version ranges, etc) it seems like it would make sense to specify what version the specification was written with, so pip/pipenv/other can determine whether they support all features of the specified version.