Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Imtiah01 committed Jan 7, 2025
1 parent 7e6bae5 commit 7bc31ef
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest==6.2.5
aws-cdk-lib==2.18.0
constructs>=10.0.0,<11.0.0
20 changes: 20 additions & 0 deletions requirements-op.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
attrs==24.3.0
aws-cdk-lib==2.18.0
aws-cdk.asset-awscli-v1==2.2.215
aws-cdk.asset-kubectl-v20==2.1.3
aws-cdk.asset-node-proxy-agent-v6==2.1.0
aws-cdk.cloud-assembly-schema==38.0.1
boto3==1.35.94
botocore==1.35.94
cattrs==24.1.2
constructs==10.4.2
importlib_resources==6.4.5
jmespath==1.0.1
jsii==1.106.0
publication==0.0.3
python-dateutil==2.9.0.post0
s3transfer==0.10.4
six==1.17.0
typeguard==2.13.3
typing_extensions==4.12.2
urllib3==2.3.0
21 changes: 20 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
attrs==24.3.0
aws-cdk-lib==2.18.0
constructs>=10.0.0,<11.0.0
aws-cdk.asset-awscli-v1==2.2.215
aws-cdk.asset-kubectl-v20==2.1.3
aws-cdk.asset-node-proxy-agent-v6==2.1.0
aws-cdk.cloud-assembly-schema==38.0.1
boto3==1.35.94
botocore==1.35.94
cattrs==24.1.2
constructs==10.4.2
importlib_resources==6.4.5
jmespath==1.0.1
jsii==1.106.0
publication==0.0.3
python-dateutil==2.9.0.post0
s3transfer==0.10.4
six==1.17.0
typeguard==2.13.3
typing_extensions==4.12.2
urllib3==2.3.0

0 comments on commit 7bc31ef

Please sign in to comment.