Skip to content

Commit

Permalink
fix(gce): add missing deps for GCE driver
Browse files Browse the repository at this point in the history
  • Loading branch information
loozhengyuan committed Mar 9, 2024
1 parent b48ead5 commit c926a10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ docker = [
"requests" # also required by docker
]
ec2 = []
gce = []
gce = [
"requests >= 2.31.0",
"google-auth >= 2.28.2",
]
podman = [
]
selinux = [
Expand Down

0 comments on commit c926a10

Please sign in to comment.