pulumi/sdk/python/Pipfile
Pat Gavlin 96746ddeab [testing/python] Support gathering coverage data.
Use the `coverage` tool during tests to gather code coverage data and
conditionally write the results under PULUMI_TEST_COVERAGE_PATH.
2021-11-24 10:58:46 -08:00

25 lines
423 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.10.2"
mypy = ">=0.78"
pytest = "*"
pytest-timeout = "*"
types-six = "*"
types-pyyaml = "*"
types-protobuf = "*"
pytest-asyncio = "*"
coverage = ">=6.0.2"