mirror of https://github.com/pulumi/pulumi.git
23 lines
357 B
Plaintext
23 lines
357 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.
|
|
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
|
|
ruff==0.8.0
|