Skip to content

Commit

Permalink
Add setuptools to install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Jun 17, 2024
1 parent 9d1ab97 commit 3068216
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 @@ -40,6 +40,7 @@ def find_version(*file_paths):
install_requires=[
"cloudformation-cli>=0.2.26",
"types-dataclasses>=0.1.5",
"setuptools>=60.0.0",
],
entry_points={
"rpdk.v1.languages": [
Expand Down

0 comments on commit 3068216

Please sign in to comment.