[15:26:15] <Xelnor> I was wondering: since pipenv seems to be unmaintained, is there a recommended format for "frozen resolve" files? It looks like "the output of pip freeze in a text file" works fine, maybe sprinkled with hashes (computed through pip-compile from pip-tools, for instance?).
[16:10:24] <toad_polo> Xelnor: pipenv is not unmaintained, but there is no standard lock file.
[16:10:36] <toad_polo> I think "output of pip compile" is the best you can do.
[16:19:57] <Xelnor> ok! there doesn't seem to have been any release of pipenv in 15 months though :)