Skip to content

Commit 688e814

Browse files
authored
fix: update package dependencies (#10)
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.
1 parent 5da7540 commit 688e814

File tree

2 files changed

+11
-26
lines changed

2 files changed

+11
-26
lines changed

pdm.lock

Lines changed: 10 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ authors = [
2222
{name = "Feeph Aifeimei", email = "55798703+feeph@users.noreply.github.com"},
2323
]
2424
dependencies = [
25-
"adafruit-board-toolkit~=1.1",
26-
"adafruit-circuitpython-busdevice~=5.2",
25+
"adafruit-blinka~=8.46",
2726
"gpiod~=2.2",
2827
"RPI-GPIO~=0.7",
2928
]

0 commit comments

Comments
 (0)