Managing project dependencies #9097
ThinkTransit
started this conversation in
General
Replies: 2 comments
-
This is something we're actively working on! See #8914 (and related #9037 and micropython/micropython-lib#506). One of the goals here is that you will have a "project manifest" describing your dependencies, which can either be used to freeze firmware, or to pass to mpremote to deploy to the filesystem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Wow, I'm going to spend some time reading but looks good at first glance. I will definitely be able to help out with the testing of this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm interested to know how others manage dependencies in their MicroPython projects.
I have been haphazardly copying files from micropython-lib and other repos into various projects, with little regard for version control etc..
Is there a way to manage project dependencies in MicroPython, similar to pipenv for cpython?
Beta Was this translation helpful? Give feedback.
All reactions