Skip to content

Commit

Permalink
GTC-2631 Add packaging to requirements-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
manukala6 committed Jan 10, 2025
1 parent 486dd2c commit 357f25c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ pytest-cov~=4.1.0
# lambdas
shapely~=1.8.5.post1
geojson~=3.0.1
pyshp~=2.3.1
pyshp~=2.3.1
packaging~=24.2
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 357f25c

Please sign in to comment.