From 31c92fabaea8564452f9bfd0d0560cc1adda953c Mon Sep 17 00:00:00 2001 From: Naris Silpakit Date: Tue, 30 Nov 2021 14:32:19 -0800 Subject: [PATCH] add pyyaml dependency to setup --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a9f0a68e..be8998ae 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ def readme(): packages=['rdk'], install_requires=[ 'boto3', + 'pyyaml', ], entry_points={ 'console_scripts': [