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.
This commit is contained in:
Richard Bowman 2024-07-18 13:17:26 +01:00
parent c2b54da4a1
commit 3abddc3b39

View file

@ -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",