Skip to content

Commit

Permalink
gce: add missing deps for GCE driver (ansible-community#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
loozhengyuan authored Jun 12, 2024
1 parent c820d9c commit 9943538
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 9943538

Please sign in to comment.