pulumi/sdk/python/Pipfile
Sean Gillespie 89b052fc6d
Use Pipenv to manage Python environments (#1553)
* Use Pipenv to manage Python environments

* Rename PIPENV_ARGS to PIPENV_PYTHON_VERSION to avoid confusion. Also remove two unused variables
2018-06-21 18:01:23 -07:00

13 lines
179 B
TOML

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