Skip to content

Commit

Permalink
Merge branch 'uv_at_last' into uv_python_312
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Nov 8, 2024
2 parents 6901813 + f5f4a26 commit c06c377
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ RUN apt-get update -qy && \
apt-get install -qyy \
-o APT::Install-Recommends=false \
-o APT::Install-Suggests=false \
expat \
libgdal-dev \
postgresql-client \
expat
postgresql-client

# Create a user and group for the application
#RUN groupadd -r app && \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ services:
container_name: gfw-data-api-test-database-12
image: postgis/postgis:12-3.3-alpine
ports:
- 54321:5432
- "54321:5432"
environment:
- POSTGRES_PORT=5432
- POSTGRES_DB=_test
Expand All @@ -86,7 +86,7 @@ services:

motoserver:
container_name: motoserver
image: motoserver/moto:4.0.11
image: motoserver/moto:4.2.14
ports:
- "${MOTO_PORT-50000}:50000"
environment:
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,8 @@ dependencies = [
"uvicorn[standard]",
]

[tool.setuptools]
packages = ["app", "batch"]

[tool.uv]
dev-dependencies = [
[dependency-groups]
dev = [
"docker",
"geopandas",
"gfw-pixetl",
Expand All @@ -65,5 +62,8 @@ dev-dependencies = [
"retrying",
]

[tool.setuptools]
packages = ["app", "batch"]

[tool.uv.sources]
gfw-pixetl = { git = "https://github.com/wri/gfw_pixetl.git", branch = "develop" }

0 comments on commit c06c377

Please sign in to comment.