Skip to content

Commit

Permalink
Add dependency for setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Jun 17, 2024
1 parent d030eea commit 6e48d20
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 @@ -56,6 +56,7 @@ def find_version(*file_paths):
"cfn_flip>=1.2.3",
"nested-lookup",
"botocore>=1.31.17",
"setuptools",
],
entry_points={
"console_scripts": ["cfn-cli = rpdk.core.cli:main", "cfn = rpdk.core.cli:main"]
Expand Down

0 comments on commit 6e48d20

Please sign in to comment.