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:
parent
c2b54da4a1
commit
3abddc3b39
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue