-
-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Labels
enhancementNew feature or requestNew feature or request
Description
cargo build has an --offline mode. PyOxidizer should also, even if it only works reliably for projects without pip dependencies that need to be fetched. #199 allows existing venvs to be reused without pip fetches if the requirements are already met.
It will fail atm on pip fetches, but there are other issues about improving that, and this is similar to cargo offline failing when new deps are added.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request