Skip to content

Commit

Permalink
Use develop version of Lambda Builders
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashuy committed Nov 30, 2023
1 parent 62548b0 commit fde143e
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 1,770 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ update-reproducible-linux-reqs:
python3.11 -m venv venv-update-reproducible-linux
venv-update-reproducible-linux/bin/pip install --upgrade pip-tools pip
venv-update-reproducible-linux/bin/pip install -r requirements/base.txt
venv-update-reproducible-linux/bin/pip-compile --generate-hashes --allow-unsafe -o requirements/reproducible-linux.txt
venv-update-reproducible-linux/bin/pip-compile --allow-unsafe -o requirements/reproducible-linux.txt

update-reproducible-mac-reqs:
python3.8 -m venv venv-update-reproducible-mac
venv-update-reproducible-mac/bin/pip install --upgrade pip-tools pip
venv-update-reproducible-mac/bin/pip install -r requirements/base.txt
venv-update-reproducible-mac/bin/pip-compile --generate-hashes --allow-unsafe -o requirements/reproducible-mac.txt
venv-update-reproducible-mac/bin/pip-compile --allow-unsafe -o requirements/reproducible-mac.txt

# note that this should be run on a windows environment with python3.8 as default interpreter
update-reproducible-win-reqs:
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aws-sam-translator==1.81.0
docker~=6.1.0
dateparser~=1.2
requests~=2.31.0
aws_lambda_builders==1.42.0
aws_lambda_builders @ git+https://github.com/aws/aws-lambda-builders.git@develop
tomlkit==0.12.3
watchdog==3.0.0
rich~=13.7.0
Expand Down
Loading

0 comments on commit fde143e

Please sign in to comment.