Wouldn't it be interesting for micropip to accept the pylock.toml format ?
As a "normalised freeze" use, (--no-deps, --requires-hashes) it's in theory simple:
- no resolution needed
- just checking hashes
- PEP-783 acceptance seems to invite to it
DIsclaimer:
- I'm only using pylock.toml generated per pip-26.1.1, exactly as discribed above.
- more complex use of pylock.toml that exist, may not fit for pyodide.
Wouldn't it be interesting for micropip to accept the pylock.toml format ?
As a "normalised freeze" use, (--no-deps, --requires-hashes) it's in theory simple:
DIsclaimer: