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",
|
||||
]
|
||||
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue