Commit 7655b23a authored by Joel Collins's avatar Joel Collins
Browse files

Fixed dependencies

parent 1b3e25be
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -757,10 +757,10 @@ version = "0.26.1"
ifaddr = "*"

[extras]
rpi = ["picamera", "RPi.GPIO"]
rpi = ["RPi.GPIO"]

[metadata]
content-hash = "4e7a6bf95f6780d1f155ceecee8fccff5b5d44c3034907cbe2f8ed3e634cfdb1"
content-hash = "e62efd90867a69b3385fb417a0cd0a9124fb4d23a36177ebef27903b4e78eb77"
python-versions = "^3.6"

[metadata.files]
+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ Pillow = "^5.4"
scipy = "1.4.1" # Exact version so we can guarantee a wheel

"RPi.GPIO" = { version = "^0.6.5", optional = true }
picamera = {url = "https://github.com/rwb27/picamera/releases/download/v1.13.2b0/picamera-1.13.2b0-py3-none-any.whl", optional = true }
picamera = {url = "https://github.com/rwb27/picamera/releases/download/v1.13.2b0/picamera-1.13.2b0-py3-none-any.whl" }

pyserial = "^3.4" # Used for sangaboard (basic_serial_instrument) until we move to sangaboard pip library

@@ -50,7 +50,7 @@ labthings = "0.6.1"
pynpm = "^0.1.2"

[tool.poetry.extras]
rpi = ["picamera", "RPi.GPIO"]
rpi = ["RPi.GPIO"]

[tool.poetry.scripts]
build_static = 'openflexure_microscope.install:build'