From 9390b7d93b60b0abbc01c3eaf6eb07d958df8c20 Mon Sep 17 00:00:00 2001 From: jtc42 Date: Fri, 17 Jan 2020 15:15:37 +0000 Subject: [PATCH] Added todo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d21eecb7..e53c39d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]