Loading pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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