cloudflare / cloudflare/python-workers-examples
Suggestion
Open
- Dominant language
- Python
- Stars
- 309
- Forks
- 69
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 13
Description
Currently, we can't use external required modules. To avoid installing them, I was wondering if we could leverage importlib.util.import_module to load dependencies instead. This approach would enable package loading without external dependencies, which could be beneficial. What are your thoughts on this potential solution?
Contributor guide
Assessment
This issue has not been assessed yet.