pulumi/sdk/python/Pipfile
Pat Gavlin 7fef102bc3
Check for valid PB types in serialize_property (#3060)
Just what it says on the tin. This allows us to return an incrementally
better error.

Fixes #2939.
2019-08-09 16:48:28 -07:00

14 lines
194 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
protobuf = ">=3.6.0"
grpcio = ">=1.9.1"
dill = ">=0.3.0"
six = ">=1.12.0"
[dev-packages]
pylint = ">=2.1"