pulumi/sdk/python
Sean Gillespie f284112b4e
Use nightly protoc gRPC plugin for node (#1948)
* Use nightly protoc gRPC plugin for Node

Newer versions of the Node gRPC plugin accept the 'minimum_node_version'
flag, which we can use to instruct protoc to not support Node versions
earlier than Node 6. This allows the compiler to use 'Buffer.from'
instead of the deprecated 'Buffer' constructor, which fixes a
deprecation warning on Node 10.

* Protobuf changes
2018-09-17 15:16:31 -07:00
..
cmd Include Python and Go langhosts in Windows SDK 2018-06-15 11:12:33 -07:00
lib Use nightly protoc gRPC plugin for node (#1948) 2018-09-17 15:16:31 -07:00
pkg/version Add license headers 2018-05-22 15:02:47 -07:00
.gitignore Reenable Pylint (#1024) 2018-03-09 15:11:37 -08:00
Makefile Use go env to resolve GOPATH but escape it properly 2018-08-13 10:54:20 -07:00
Pipfile Use Pipenv to manage Python environments (#1553) 2018-06-21 18:01:23 -07:00
Pipfile.lock Add Pipfile.lock to make Python builds reproducible 2018-07-15 11:05:44 -10:00