diff --git a/lambdas/icaseworks_api_ingestion/Makefile b/lambdas/icaseworks_api_ingestion/Makefile index 49417058f..93548960e 100644 --- a/lambdas/icaseworks_api_ingestion/Makefile +++ b/lambdas/icaseworks_api_ingestion/Makefile @@ -5,6 +5,6 @@ install-requirements: # the requirements are generated so that the packages # could be downloaded and packaged up for the lambda - . venv/bin/activate && sudo pipenv lock --requirements > requirements.txt + . venv/bin/activate && sudo pipenv requirements > requirements.txt . venv/bin/activate && sudo pip install --target ./lib -r requirements.txt - rm -rf venv/ +rm -rf venv/