Update json configuration and dependencies for SangaboardThing being in the repository

This commit is contained in:
Julian Stirling 2025-07-02 17:27:09 +01:00
parent 5e6aeb9bbf
commit 4e20067c68
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ {
"things": { "things": {
"/camera/": "openflexure_microscope_server.things.camera.picamera:StreamingPiCamera2", "/camera/": "openflexure_microscope_server.things.camera.picamera:StreamingPiCamera2",
"/stage/": "labthings_sangaboard:SangaboardThing", "/stage/": "openflexure_microscope_server.things.stage.sangaboard:SangaboardThing",
"/auto_recentre_stage/": "openflexure_microscope_server.things.auto_recentre_stage:RecentringThing", "/auto_recentre_stage/": "openflexure_microscope_server.things.auto_recentre_stage:RecentringThing",
"/autofocus/": "openflexure_microscope_server.things.autofocus:AutofocusThing", "/autofocus/": "openflexure_microscope_server.things.autofocus:AutofocusThing",
"/camera_stage_mapping/": "openflexure_microscope_server.things.camera_stage_mapping:CameraStageMapper", "/camera_stage_mapping/": "openflexure_microscope_server.things.camera_stage_mapping:CameraStageMapper",

View file

@ -16,7 +16,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"labthings-fastapi[server] == 0.0.9", "labthings-fastapi[server] == 0.0.9",
"labthings-sangaboard", "sangaboard",
"camera-stage-mapping ~= 0.1.10", "camera-stage-mapping ~= 0.1.10",
"opencv-python ~= 4.11.0", "opencv-python ~= 4.11.0",
"openflexure-stitching[libvips]==0.1.0", "openflexure-stitching[libvips]==0.1.0",