Skip to content

Commit

Permalink
fix: requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Nov 20, 2024
1 parent b844352 commit 340c13f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements-integration-v1.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ pytest
pytest-operator
pyyaml
tenacity
sh
jq
4 changes: 4 additions & 0 deletions requirements-integration-v1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jedi==0.19.1
# via ipython
jinja2==3.1.4
# via pytest-operator
jq==1.8.0
# via -r requirements-integration-v1.in
jsonschema==4.17.3
# via
# -r requirements-integration-v1.in
Expand Down Expand Up @@ -272,6 +274,8 @@ rich==13.7.1
# via typer
rsa==4.9
# via google-auth
sh==2.1.0
# via -r requirements-integration-v1.in
shellingham==1.5.4
# via typer
six==1.16.0
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_kfp_functional_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
SAMPLE_VIEWER,
)

import sh
import jq
import kfp
import lightkube
Expand Down

0 comments on commit 340c13f

Please sign in to comment.