Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix import issues due to unpinned dependencies #12

Merged
merged 7 commits into from Dec 14, 2023

Conversation

puddly
Copy link
Collaborator

@puddly puddly commented Dec 12, 2023

Fixes #11.

The stdlib ssl module is used by the latest version of zigpy at module initialization time but this breaks pyodide, as it requires you install this module explicitly (to save space).

To address this, dependency resolution has been completely disabled in micropip and all modules are instead pulled from a manually-generated requirements.txt file. I've mocked as many modules as possible to reduce the download size even futher.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Web flasher broken due to missing dependency
1 participant