fix ci/cl for python testing. Added click dep
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 22s
Python / test (pull_request) Failing after 52s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m46s

This commit is contained in:
2026-05-26 18:36:07 +02:00
parent 697de725fb
commit 439aa9ed1e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ name = "zshell"
requires-python = ">=3.13"
version = "0.1.0"
dependencies = [
"click",
"typer",
"pillow",
"jinja2",