Skip to content

Commit

Permalink
Pipenv lock to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe authored Nov 21, 2023
1 parent 5ca70c6 commit 94029ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lambda-layers/DependenciesLayer/requirements.txt: Pipfile Pipfile.lock lambda-la
pipenv requirements | sed "s/^-e //" >lambda-layers/DependenciesLayer/requirements.txt

thumbs/requirements.txt: thumbs/Pipfile thumbs/Pipfile.lock ## Update the requirements.txt file used to build this Lambda function's DependenciesLayer
cd thumbs && pipenv lock -r | sed "s/^-e //" >requirements.txt
cd thumbs && pipenv requirements | sed "s/^-e //" >requirements.txt

.PHONY: help
# gratuitously adapted from https://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
Expand Down

0 comments on commit 94029ca

Please sign in to comment.