pulumi/sdk/python/Pipfile
2021-03-09 15:02:27 -08:00

19 lines
309 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.9.1,!=1.30.0"
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 = "*"