fix ci/cl for python testing. Added click dep
This commit is contained in:
@@ -52,6 +52,7 @@ jobs:
|
||||
python3 -m venv .venv
|
||||
. .venv/bin/activate
|
||||
pip install --no-cache-dir \
|
||||
click \
|
||||
typer \
|
||||
pillow \
|
||||
materialyoucolor \
|
||||
|
||||
@@ -7,6 +7,7 @@ name = "zshell"
|
||||
requires-python = ">=3.13"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"click",
|
||||
"typer",
|
||||
"pillow",
|
||||
"jinja2",
|
||||
|
||||
Reference in New Issue
Block a user