Skip to content

Commit

Permalink
Merge pull request #290 from NASA-IMPACT/cdk2_refactor
Browse files Browse the repository at this point in the history
Add missing aws-cdk.aws-lambda-python-alpha package.
  • Loading branch information
sharkinsspatial authored May 30, 2024
2 parents 708711c + 6870909 commit f0ba6a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
from setuptools import find_packages, setup

# Runtime requirements.
aws_cdk_extras = ["aws-cdk-lib>=2.0.0", "constructs>=10.0.0"]
aws_cdk_extras = [
"aws-cdk-lib>=2.0.0",
"aws-cdk.aws-lambda-python-alpha",
"constructs>=10.0.0",
]

install_requires: list[str] = []

Expand Down

0 comments on commit f0ba6a6

Please sign in to comment.