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

Commit 1a749ef

Browse files
authored
fix: fix typo in setup.py (#32)
1 parent b91826d commit 1a749ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
2929
"proto-plus >= 1.18.1",
30-
"packaging >= 14.3" "grpc-google-iam-v1",
30+
"packaging >= 14.3",
31+
"grpc-google-iam-v1",
3132
"six",
3233
]
3334

0 commit comments

Comments
 (0)