mirror of https://github.com/pulumi/pulumi.git
25 lines
437 B
Plaintext
25 lines
437 B
Plaintext
# Packages needed by the library.
|
|
# Keep this list in sync with setup.py.
|
|
protobuf~=4.21
|
|
grpcio~=1.66.2
|
|
dill~=0.3
|
|
six~=1.12
|
|
semver~=2.13
|
|
pyyaml~=6.0
|
|
debugpy~=1.8.7
|
|
|
|
# Dev packages only needed during development.
|
|
pylint==3.2.7 ; python_version < '3.9'
|
|
pylint==3.3.1 ; python_version >= '3.9'
|
|
mypy==1.9.0
|
|
pyright==1.1.375
|
|
pytest~=7.4.4
|
|
pytest-timeout
|
|
types-six
|
|
types-pyyaml
|
|
types-protobuf
|
|
pytest-asyncio
|
|
coverage>=6.0.2
|
|
wheel
|
|
black>=1.0.0
|