From 3abddc3b3994300757eb743d28842d793626d5b4 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Thu, 18 Jul 2024 13:17:26 +0100 Subject: [PATCH] Fix labthings dependency I changed the labthings package such that it will only install the client dependencies by default. This is now fixed by requiring the [server] extras. In the future we might split labthings into client and server packages. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8ef9180..2f01271a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "labthings-fastapi", + "labthings-fastapi[server]", "labthings-sangaboard", "labthings-picamera2", "camera-stage-mapping ~= 0.1.6",