add spidev2 package (#26847)

old-commit-hash: e3a41b3c25
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent fbe79db8ab
commit 1338837c16
  1. 4
      poetry.lock
  2. 1
      pyproject.toml

4
poetry.lock generated

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f987ed9e1ad0fce8607e7884e389143189ef741be636a4d976437dafbd606cc3 oid sha256:3182ffd426f7d4aa5eeb0334f07d63e3d7e62a8689ff5491fb0d663796cd2ccf
size 563115 size 566327

@ -51,6 +51,7 @@ six = "^1.16.0"
smbus2 = "^0.4.2" smbus2 = "^0.4.2"
sounddevice = "^0.4.5" sounddevice = "^0.4.5"
spidev = { version = "^3.6", platform = "linux" } spidev = { version = "^3.6", platform = "linux" }
spidev2 = { version = "^0.9.0", platform = "linux" }
sympy = "^1.10.1" sympy = "^1.10.1"
timezonefinder = "^6.0.1" timezonefinder = "^6.0.1"
tqdm = "^4.64.0" tqdm = "^4.64.0"

Loading…
Cancel
Save