pyodide / micropip

A lightweight Python package installer for Pyodide
https://micropip.pyodide.org
Mozilla Public License 2.0
76 stars 21 forks source link

Change package query order when custom index URLs are given #83

Closed ryanking13 closed 1 year ago

ryanking13 commented 1 year ago

Resolve #80

This PR changes the query order of micropip.

  1. If index_urls is not given

Look for pyodide-lock.json first, then query PyPI.

  1. If index_urls is given

Query index URLs first, then look for pyodide-lock.json.