Skip to content

Commit

Permalink
use relative package
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Feb 27, 2025
1 parent 89ef18e commit 4348a56
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 38 deletions.
1 change: 1 addition & 0 deletions cioos-records-update/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM python:3.12-bookworm
WORKDIR /usr/src/app

COPY pyproject.toml ./
COPY ../firebase_to_xml ../firebase_to_xml
RUN pip install uv
RUN uv pip install . --system
EXPOSE 8000
Expand Down
7 changes: 6 additions & 1 deletion cioos-records-update/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ dependencies = [
"werkzeug>=3.1.3",
]

[tool.uv]
dev-dependencies = [
"pytest>=8.3.4",
]

[tool.uv.sources]
metadata-xml = { git = "https://github.com/cioos-siooc/metadata-xml.git" }
firebase-to-xml = { git = "https://github.com/cioos-siooc/metadata-entry-form.git", subdirectory = "firebase_to_xml", rev = "upgrade-cioos-records-update-dependancies" }
firebase-to-xml = { path = "../firebase_to_xml" }
Loading

0 comments on commit 4348a56

Please sign in to comment.