feeph / libi2c-python

abstraction layer for the I²C bus (incl. simulation for testing)
GNU General Public License v3.0
1 stars 0 forks source link

fix: update package dependencies #10

Closed feeph closed 2 months ago

feeph commented 2 months ago

Remove 'adafruit-board-toolkit' since we don't actually need it.

Replace 'adafruit-circuitpython-busdevice' with 'adafruit-blinka' since we no longer need I2CDevice(). Unfortunately this doesn't really save anything since blinka depends on busdevice. But it makes it a little clearer what our own dependencies are and removes one layer of circular dependencies.