pulumi/sdk/python/Pipfile
Pat Gavlin 2dcf3806bd
[automation-api] Exclude tests from test_fast. (#7986)
The Automation API tests take long enough that thay don't really fit
into `test_fast`. These changes move those tests to `test_all`.
2021-09-16 17:33:33 -07:00

24 lines
402 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 = "*"