Skip to content

Commit

Permalink
Merge pull request #322 from naris-silpakit/master
Browse files Browse the repository at this point in the history
add pyyaml dependency to setup
  • Loading branch information
rickychau2780 authored Dec 2, 2021
2 parents 5396c21 + 31c92fa commit a3e8aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def readme():
packages=['rdk'],
install_requires=[
'boto3',
'pyyaml',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit a3e8aef

Please sign in to comment.