Skip to content

Commit

Permalink
Upgraded dependencies for eoapi stac runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
pantierra committed Dec 13, 2024
1 parent b08bf9e commit 72051fe
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1,529 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ Session.vim

.history
.venv/

uv.lock
.env
6 changes: 0 additions & 6 deletions runtimes/eoapi/stac/.env

This file was deleted.

6 changes: 4 additions & 2 deletions runtimes/eoapi/stac/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ version: '3'
services:

stac-fastapi:
image: harbor.develop.eoepca.org/eoapi/stac:latest
build:
context: ../
dockerfile: ../../dockerfiles/Dockerfile.stac
ports:
- "${MY_DOCKER_IP:-127.0.0.1}:8081:8081"
environment:
Expand Down Expand Up @@ -36,7 +38,7 @@ services:
- "${MY_DOCKER_IP:-127.0.0.1}:5439:5432"
command: postgres -N 500
volumes:
- ./.pgdata:/var/lib/postgresql/data
- /tmp/eoapi/pgdata:/var/lib/postgresql/data

networks:
default:
Expand Down
3 changes: 2 additions & 1 deletion runtimes/eoapi/stac/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"stac-fastapi.pgstac==3.0.0a4",
"stac-fastapi.pgstac==3.0.1",
"jinja2>=2.11.2,<4.0.0",
"starlette-cramjam>=0.3,<0.4",
"importlib_resources>=1.1.0;python_version<'3.9'",
"psycopg_pool",
"eoapi.auth-utils>=0.2.0",
"uvicorn>=0.32.1",
]

[project.optional-dependencies]
Expand Down
Loading

0 comments on commit 72051fe

Please sign in to comment.