hotfix zshell-cli shell show had no output #103

Merged
zach merged 5 commits from 100-cli-autocompletion into main 2026-05-26 18:50:27 +02:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 439aa9ed1e - Show all commits
+1
View File
@@ -52,6 +52,7 @@ jobs:
python3 -m venv .venv python3 -m venv .venv
. .venv/bin/activate . .venv/bin/activate
pip install --no-cache-dir \ pip install --no-cache-dir \
click \
typer \ typer \
pillow \ pillow \
materialyoucolor \ materialyoucolor \
+1
View File
@@ -7,6 +7,7 @@ name = "zshell"
requires-python = ">=3.13" requires-python = ">=3.13"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"click",
"typer", "typer",
"pillow", "pillow",
"jinja2", "jinja2",