mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-04-20 08:20:03 +02:00
makes tiqi-rpc an optional dependency
This commit is contained in:
parent
e0047e0c0a
commit
a144edfb75
@ -18,7 +18,12 @@ sqlmodel = "^0.0.8"
|
|||||||
confz = "^2.0.0"
|
confz = "^2.0.0"
|
||||||
psycopg2-binary = "^2.9.6"
|
psycopg2-binary = "^2.9.6"
|
||||||
pydase = "*"
|
pydase = "*"
|
||||||
tiqi-rpc = { git = "ssh://git@gitlab.phys.ethz.ch/tiqi-projects/tiqi-rpc-python.git" }
|
|
||||||
|
# optional dependencies
|
||||||
|
tiqi-rpc = { git = "ssh://git@gitlab.phys.ethz.ch/tiqi-projects/tiqi-rpc-python.git", optional=true }
|
||||||
|
|
||||||
|
[tool.poetry.extras]
|
||||||
|
ionizer = ["tiqi-rpc"]
|
||||||
|
|
||||||
[tool.poetry.group.dev]
|
[tool.poetry.group.dev]
|
||||||
optional = true
|
optional = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user