Skip to content

Commit 6cca2fc

Browse files
committed
wip
1 parent 117e310 commit 6cca2fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def find_version(*file_paths):
4040
install_requires=[
4141
"cloudformation-cli>=0.2.26",
4242
"types-dataclasses>=0.1.5",
43+
"setuptools",
4344
],
4445
entry_points={
4546
"rpdk.v1.languages": [

src/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"boto3>=1.34.6",
1818
'dataclasses;python_version<"3.7"',
1919
"requests>=2.22",
20+
"setuptools",
2021
],
2122
license="Apache License 2.0",
2223
classifiers=[

0 commit comments

Comments
 (0)