Commit 9390b7d9 authored by jtc42's avatar jtc42
Browse files

Added todo

parent 36334ed7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"]