Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
from google.cloud.kms_v1.proto import service_pb2
from google.cloud.kms_v1.proto import service_pb2_grpc
from google.iam.v1 import iam_policy_pb2
from google.iam.v1 import iam_policy_pb2
from google.iam.v1 import policy_pb2
from google.protobuf import field_mask_pb2

Expand Down
2 changes: 1 addition & 1 deletion kms/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
name = 'google-cloud-kms'
description = 'Google Cloud Key Management Service (KMS) API API client library'
version = '0.1.0'
release_status = 'Development Status :: 3 - Alpha'
release_status = '3 - Alpha'

This comment was marked as spam.

dependencies = [
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
'grpc-google-iam-v1 >= 0.11.1, < 0.12dev',
Expand Down