mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-04-20 00:20:01 +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"
|
||||
psycopg2-binary = "^2.9.6"
|
||||
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]
|
||||
optional = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user