Temporarily set labthings-fastapi dependancy to point at github not pypi during testing
This commit is contained in:
parent
f79505546c
commit
8ed76b4baf
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@ classifiers = [
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"labthings-fastapi == 0.0.11",
|
"labthings-fastapi @ git+https://github.com/labthings/labthings-fastapi",
|
||||||
"fastapi <= 0.123.6", # This can be removed once #216 on labthings-fastapi is fixed
|
|
||||||
"sangaboard",
|
"sangaboard",
|
||||||
"camera-stage-mapping ~= 0.1.10",
|
"camera-stage-mapping ~= 0.1.10",
|
||||||
"opencv-python ~= 4.11.0",
|
"opencv-python ~= 4.11.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue