Skip to content

Commit

Permalink
add , on last item of array
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Nov 1, 2018
1 parent 4d12a41 commit b644cb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bigtable/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
dependencies = [
'google-cloud-core<0.29dev,>=0.28.0',
'google-api-core[grpc]<2.0.0dev,>=0.1.1',
'grpc-google-iam-v1<0.12dev,>=0.11.4'
'grpc-google-iam-v1<0.12dev,>=0.11.4',
]
extras = {
}
Expand Down
2 changes: 1 addition & 1 deletion iot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
'grpc-google-iam-v1 >= 0.11.1, < 0.12dev',
'grpc-google-iam-v1<0.12dev,>=0.11.4',
'enum34; python_version < "3.4"',
]

Expand Down
2 changes: 1 addition & 1 deletion kms/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
'grpc-google-iam-v1 >= 0.11.1, < 0.12dev',
'grpc-google-iam-v1<0.12dev,>=0.11.4',
'enum34; python_version < "3.4"',
]

Expand Down
2 changes: 1 addition & 1 deletion pubsub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
release_status = 'Development Status :: 4 - Beta'
dependencies = [
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
'grpc-google-iam-v1<0.12dev,>=0.11.4'
'grpc-google-iam-v1<0.12dev,>=0.11.4',
'enum34; python_version < "3.4"',
]
extras = {
Expand Down

0 comments on commit b644cb0

Please sign in to comment.