From 7655b23a5a235e7bd9d8b797b267d1907c6949c1 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Sat, 16 May 2020 21:39:20 +0100 Subject: [PATCH] Fixed dependencies --- poetry.lock | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index cae6d5a8..20340fca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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] diff --git a/pyproject.toml b/pyproject.toml index 06aec50c..18ddd999 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'