pulumi/sdk/python/Pipfile
Anton Tayanovskyy b77f32930c
Remote component py SDK (#6715)
* Python support for authoring resource providers for multi-lang

* Support for passing prompt values to Python resource providers
2021-04-15 14:49:51 -04:00

19 lines
301 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
# Keep this list in sync with setup.py
protobuf = ">=3.6.0"
grpcio = ">=1.33.2"
dill = ">=0.3.0"
six = ">=1.12.0"
semver = ">=2.8.1"
pyyaml = ">=5.3.1"
[dev-packages]
pylint = ">=2.1"
mypy = ">=0.78"
pytest = "*"