Added todo

This commit is contained in:
jtc42 2020-01-17 15:15:37 +00:00
parent 36334ed743
commit 9390b7d93b

View file

@ -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"]