Temporarily set labthings-fastapi dependancy to point at github not pypi during testing

This commit is contained in:
Julian Stirling 2025-12-15 16:30:16 +00:00
parent f79505546c
commit 8ed76b4baf

View file

@ -18,8 +18,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"labthings-fastapi == 0.0.11",
"fastapi <= 0.123.6", # This can be removed once #216 on labthings-fastapi is fixed
"labthings-fastapi @ git+https://github.com/labthings/labthings-fastapi",
"sangaboard",
"camera-stage-mapping ~= 0.1.10",
"opencv-python ~= 4.11.0",