Skip to content

Commit

Permalink
Remove grpcio constraint from recently added Python examples (pulumi#728
Browse files Browse the repository at this point in the history
)

It's no longer necessary as the `pulumi` package itself has the constraint.
  • Loading branch information
justinvp authored Jun 25, 2020
1 parent eb9fdfa commit f248f87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions aws-py-assume-role/assume-role/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
grpcio>=1.9.1,!=1.30.0
pulumi>=2.0.0,<3.0.0
pulumi-aws>=2.0.0,<3.0.0
pulumi-aws>=2.0.0,<3.0.0
3 changes: 1 addition & 2 deletions aws-py-assume-role/create-role/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
grpcio>=1.9.1,!=1.30.0
pulumi>=2.0.0,<3.0.0
pulumi-aws>=2.0.0,<3.0.0
pulumi-aws>=2.0.0,<3.0.0
1 change: 0 additions & 1 deletion azure-py-arm-template/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
grpcio>=1.9.1,!=1.30.0
pulumi>=2.0.0,<3.0.0
pulumi-azure>=3.0.0,<4.0.0

0 comments on commit f248f87

Please sign in to comment.