pulumi/sdk/python/requirements.txt

23 lines
399 B
Plaintext

# Packages needed by the library.
# Keep this list in sync with setup.py.
protobuf~=4.21
grpcio==1.56.2; python_version < "3.12"
grpcio~=1.60.0; python_version >= "3.12"
dill~=0.3
six~=1.12
semver~=2.13
pyyaml~=6.0
# Dev packages only needed during development.
pylint==3.0.3
mypy==0.991
pytest
pytest-timeout
types-six
types-pyyaml
types-protobuf
pytest-asyncio
coverage>=6.0.2
wheel
black>=1.0.0