From d4fcf0c6cd309b4674638128af4cf1744c2979b3 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 11 Feb 2026 17:06:41 +0000 Subject: [PATCH] add requirements --- .github/workflows/deploy_terraform.yml | 3 +++ backend/address2UPRN/handler/requirements.txt | 5 +++++ 2 files changed, 8 insertions(+) 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