Browse Source

fix: added boto3 as dependency required by kubespray-aws-inventory.py (#6890)

Added "boto3" as dependency in "requirements.txt" which is required by "kubespray-aws-inventory.py".

Signed-off-by: Pratik raj <rajpratik71@gmail.com>
pull/6927/head
Pratik Raj 4 years ago
committed by GitHub
parent
commit
0982c66051
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      contrib/aws_inventory/requirements.txt

1
contrib/aws_inventory/requirements.txt

@ -0,0 +1 @@
boto3 # Apache-2.0
Loading…
Cancel
Save