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>
This commit is contained in:
Pratik Raj
2020-11-27 04:36:19 +05:30
committed by GitHub
parent d40701463f
commit 0982c66051

View File

@ -0,0 +1 @@
boto3 # Apache-2.0