From 3e13b37086610ee8abbd583c6ebc11f1f44e8e18 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 22 Jul 2025 18:22:23 +0100 Subject: [PATCH] adding pytz to requirements --- .idea/Model.iml | 2 +- .idea/misc.xml | 2 +- backend/app/db/functions/recommendations_functions.py | 2 +- backend/app/requirements/requirements.txt | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.idea/Model.iml b/.idea/Model.iml index c6561970..b7c665b5 100644 --- a/.idea/Model.iml +++ b/.idea/Model.iml @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 50cad4ca..269d725d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,7 +3,7 @@ - + diff --git a/backend/app/db/functions/recommendations_functions.py b/backend/app/db/functions/recommendations_functions.py index d26adf66..41501270 100644 --- a/backend/app/db/functions/recommendations_functions.py +++ b/backend/app/db/functions/recommendations_functions.py @@ -5,7 +5,7 @@ from backend.app.db.models.recommendations import ( Plan, Recommendation, RecommendationMaterials, PlanRecommendations, Scenario ) from backend.app.db.models.portfolio import ( - PropertyModel, PropertyTargetsModel, PropertyDetailsMeter, PropertyDetailsEpcModel + PropertyModel, PropertyTargetsModel, PropertyDetailsEpcModel ) diff --git a/backend/app/requirements/requirements.txt b/backend/app/requirements/requirements.txt index 14ec525f..a213214d 100644 --- a/backend/app/requirements/requirements.txt +++ b/backend/app/requirements/requirements.txt @@ -10,3 +10,5 @@ mangum==0.19.0 boto3==1.35.44 # Data openpyxl==3.1.2 +# Basic +pytz