circuitpython-build-tools icon indicating copy to clipboard operation
circuitpython-build-tools copied to clipboard

use findimport so that requirements.txt can be inaccurate?

Open jepler opened this issue 4 years ago • 0 comments

@kattni noticed that is31f73741 didn't list adafruit_register (or indeed adafruit_bus_device) in its requirements.txt, leading to incorrect bundlefly, folder images, etc.

While we'll correct the problem, is there a way to use findimport to ensure the list is accurate instead? (but this wouldn't help the blinka case, where requirements.txt is used, so it may not help...)

jepler avatar Sep 15 '21 18:09 jepler