diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index ebdeb32d..8a889833 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -204,4 +204,7 @@ jobs: AWS_REGION: ${{ secrets.DEV_AWS_REGION }} + + + \ No newline at end of file diff --git a/backend/address2UPRN/handler/requirements.txt b/backend/address2UPRN/handler/requirements.txt index eba2c846..6ef41b2d 100644 --- a/backend/address2UPRN/handler/requirements.txt +++ b/backend/address2UPRN/handler/requirements.txt @@ -4,3 +4,8 @@ requests tqdm openpyxl epc-api-python==1.0.2 +boto3==1.35.44 +sqlmodel +sqlalchemy==2.0.36 +psycopg2-binary==2.9.10 +pydantic-settings==2.6.0 \ No newline at end of file