File tree Expand file tree Collapse file tree 6 files changed +2
-17
lines changed
infrastructure/terraform/components/dl Expand file tree Collapse file tree 6 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ terraform 1.10.1
88terraform-docs 0.19.0
99trivy 0.61.0
1010vale 3.6.0
11- poetry 1.8.3
1211# ==============================================================================
1312# The section below is reserved for Docker image versions.
1413
Original file line number Diff line number Diff line change 99npm run generate-dependencies --workspaces --if-present
1010
1111npm run lambda-build --workspaces --if-present
12-
13- poetry install
Original file line number Diff line number Diff line change 11PACKAGE =mesh_download
22VERSION =0.1.0
33
4- audit :
5- cd ../.. && python -m jake.app ddt -t POETRY -f lambdas/mesh-download/poetry.lock
6-
74install :
85 pip install -r requirements.txt
96
Original file line number Diff line number Diff line change 11PACKAGE =mesh_poll
22VERSION =0.1.0
33
4- audit :
5- cd ../.. && python -m jake.app ddt -t POETRY -f lambdas/mesh-poll/poetry.lock
6-
74install :
85 pip install -r requirements.txt
96
Original file line number Diff line number Diff line change 11PACKAGE =metric_publishers
2- VERSION =1.0.0
3-
4- audit :
5- cd ../.. && python -m jake.app ddt -t POETRY -f utils/metric-publishers/poetry.lock
2+ VERSION =0.1.0
63
74install :
85 pip install -r requirements.txt
Original file line number Diff line number Diff line change 11PACKAGE =py_mock_mesh
2- VERSION =1.0.0
3-
4- audit :
5- cd ../.. && python -m jake.app ddt -t POETRY -f utils/py-mock-mesh/poetry.lock
2+ VERSION =0.1.0
63
74install :
85 pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments