Skip to content

Commit

Permalink
fix: fix typo in setup.py (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jun 16, 2021
1 parent 1d7ef44 commit 6e9a67d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/google-cloud-appengine-admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
dependencies = [
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
"proto-plus >= 1.18.1",
"packaging >= 14.3" "grpc-google-iam-v1",
"packaging >= 14.3",
"grpc-google-iam-v1",
"six",
]

Expand Down

0 comments on commit 6e9a67d

Please sign in to comment.