"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "97d8c5045ef102b700878d02ce12b79b8a1e0098"
Unverified Commit 67698ae0 authored by Jakob Görgen's avatar Jakob Görgen
Browse files

updated cli requirements

parent 2e331e0d
...@@ -44,5 +44,6 @@ simbricks-cli = "simbricks.cli.__main__:main" ...@@ -44,5 +44,6 @@ simbricks-cli = "simbricks.cli.__main__:main"
[tool.poetry.dependencies] [tool.poetry.dependencies]
typer = "0.13.1" typer = "0.13.1"
rich = "13.9.4"
simbricks-client = "*" simbricks-client = "*"
simbricks-orchestration = "*" simbricks-orchestration = "*"
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
# external dependencies # external dependencies
typer==0.13.1 typer==0.13.1
rich==13.9.4
# local dependencies # local dependencies
-e ../orchestration -e ../orchestration
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment