Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
67698ae0
"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "97d8c5045ef102b700878d02ce12b79b8a1e0098"
Unverified
Commit
67698ae0
authored
Dec 02, 2024
by
Jakob Görgen
Browse files
updated cli requirements
parent
2e331e0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
symphony/cli/pyproject.toml
symphony/cli/pyproject.toml
+1
-0
symphony/cli/requirements.txt
symphony/cli/requirements.txt
+1
-0
No files found.
symphony/cli/pyproject.toml
View file @
67698ae0
...
@@ -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
=
"*"
symphony/cli/requirements.txt
View file @
67698ae0
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment