Added todo
This commit is contained in:
parent
36334ed743
commit
9390b7d93b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ picamera = { git = "https://github.com/rwb27/picamera.git", branch = "lens-shadi
|
|||
"RPi.GPIO" = { version = "^0.6.5", optional = true }
|
||||
pyserial = "^3.4" # Used for sangaboard (basic_serial_instrument) until we move to sangaboard pip library
|
||||
|
||||
labthings = { git = "https://github.com/labthings/python-labthings.git", branch = "master"}
|
||||
labthings = { git = "https://github.com/labthings/python-labthings.git", branch = "master"} # TODO: Pin to a fixed version before 2.0.0 stable
|
||||
|
||||
[tool.poetry.extras]
|
||||
rpi = ["picamera", "RPi.GPIO"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue