Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
fix: fix typo in setup.py (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jun 16, 2021
1 parent b91826d commit 1a749ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
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 1a749ef

Please sign in to comment.