adafruit / circuitpython-build-tools

Build scripts for CircuitPython libraries and the bundle
MIT License
28 stars 17 forks source link

use findimport so that requirements.txt can be inaccurate? #79

Open jepler opened 3 years ago

jepler commented 3 years ago

@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...)