Adafruit_CircuitPython_Bundle
Adafruit_CircuitPython_Bundle copied to clipboard
Dependencies/requirements mechanism?
As the bundle grows past 2MB should we provide an essentials bundle that is just core deps like Bus Device? Maybe each library zip should include dependencies instead?
I like the idea of library zips including dependencies since they're already accounted for in requirements.txt
I'll 2nd the library zip idea using requirements.txt.
Even better would be some kind of mechanism that would allow getting all the libraries needed for a specific guide. Something like a requirements.txt that the guide author would have to create, but then there would be a single click download option available in the guide.
This is related to https://github.com/adafruit/circuitpython-org/issues/491