Skip to content

Commit

Permalink
added requirements.txt to context
Browse files Browse the repository at this point in the history
  • Loading branch information
touma-I committed Oct 6, 2024
1 parent 37454af commit 46ba795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ __check_defined = \
mkdir ${LIB_NAME}
cp -p -R ${LIB_PATH}/src ${LIB_NAME}
cp -p -R ${LIB_PATH}/pyproject.toml ${LIB_NAME}
cp -p -R ${LIB_PATH}/requirements.txt ${LIB_NAME}
cp -p -R ${LIB_PATH}/README.md ${LIB_NAME}

# Build and image using the local Dockerfile and make the data-processing-lib/python
Expand Down

0 comments on commit 46ba795

Please sign in to comment.