Fixed dependencies
This commit is contained in:
parent
1b3e25be9b
commit
7655b23a5a
2 changed files with 4 additions and 4 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
|
@ -757,10 +757,10 @@ version = "0.26.1"
|
||||||
ifaddr = "*"
|
ifaddr = "*"
|
||||||
|
|
||||||
[extras]
|
[extras]
|
||||||
rpi = ["picamera", "RPi.GPIO"]
|
rpi = ["RPi.GPIO"]
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
content-hash = "4e7a6bf95f6780d1f155ceecee8fccff5b5d44c3034907cbe2f8ed3e634cfdb1"
|
content-hash = "e62efd90867a69b3385fb417a0cd0a9124fb4d23a36177ebef27903b4e78eb77"
|
||||||
python-versions = "^3.6"
|
python-versions = "^3.6"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ Pillow = "^5.4"
|
||||||
scipy = "1.4.1" # Exact version so we can guarantee a wheel
|
scipy = "1.4.1" # Exact version so we can guarantee a wheel
|
||||||
|
|
||||||
"RPi.GPIO" = { version = "^0.6.5", optional = true }
|
"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
|
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"
|
pynpm = "^0.1.2"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
rpi = ["picamera", "RPi.GPIO"]
|
rpi = ["RPi.GPIO"]
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
build_static = 'openflexure_microscope.install:build'
|
build_static = 'openflexure_microscope.install:build'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue