Skip to content

Commit 780dfa3

Browse files
authoredNov 22, 2020
Move Python dependencies from setup.py to requirements.txt (#126)
Convert all python patterns from setup.py based to requirements.txt
1 parent 0ae4282 commit 780dfa3

File tree

44 files changed

+143
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+143
-143
lines changed
 

‎polly/python/requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
-e .
2+
aws-cdk.core==1.60.0
3+
aws-cdk.aws-lambda==1.60.0
4+
aws-cdk.aws-apigatewayv2==1.60.0
5+
aws-cdk.aws-iam==1.60.0

‎polly/python/setup.py

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
packages=setuptools.find_packages(where="polly"),
2020

2121
install_requires=[
22-
"aws-cdk.core==1.60.0",
23-
"aws-cdk.aws-lambda==1.60.0",
24-
"aws-cdk.aws-apigatewayv2==1.60.0",
25-
"aws-cdk.aws-iam==1.60.0",
2622
],
2723

2824
python_requires=">=3.6",

0 commit comments

Comments
 (0)
Please sign in to comment.