From 357f25c7d358d34b204c2e7e87f4804d5ff65449 Mon Sep 17 00:00:00 2001 From: manukala6 Date: Fri, 10 Jan 2025 10:56:10 -0800 Subject: [PATCH] GTC-2631 Add packaging to requirements-dev --- requirements-dev.txt | 3 ++- src/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7145a2a..29aae65 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,4 +5,5 @@ pytest-cov~=4.1.0 # lambdas shapely~=1.8.5.post1 geojson~=3.0.1 -pyshp~=2.3.1 \ No newline at end of file +pyshp~=2.3.1 +packaging~=24.2 \ No newline at end of file diff --git a/src/Dockerfile b/src/Dockerfile index 05deaa4..7a9cedf 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -15,7 +15,7 @@ RUN pip install . -t python # to change the hash of the file and get TF to realize it needs to be # redeployed. Ticket for a better solution: # https://gfw.atlassian.net/browse/GTC-1250 -# change 19 +# change 20 RUN yum install -y zip geos-devel