Skip to content

Commit

Permalink
add reference to metadata-xml within depandancies
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Dec 9, 2024
1 parent 3fb4e87 commit aa48089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions firebase_to_xml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"google-auth>=2.35.0",
"google-oauth>=1.0.1",
"loguru>=0.7.2",
"metadata-xml",
"metadata-xml @ git+https://github.com/cioos-siooc/metadata-xml.git",
"python-dotenv>=1.0.1",
"tqdm>=4.66.5",
]
Expand All @@ -20,7 +20,6 @@ dev-dependencies = [
]

[tool.uv.sources]
metadata-xml = { git = "https://github.com/cioos-siooc/metadata-xml.git" }
firebase-to-xml = { workspace = true }

[tool.setuptools]
Expand Down

0 comments on commit aa48089

Please sign in to comment.