Skip to content

Commit

Permalink
Merge pull request #377 from cioos-siooc/migrate-cioos-form
Browse files Browse the repository at this point in the history
fix/firebase_to_xml dependancies
  • Loading branch information
JessyBarrette authored Dec 9, 2024
2 parents 2aa9271 + a2de485 commit d2d0f91
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 71 deletions.
2 changes: 1 addition & 1 deletion firebase_to_xml/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.9
Empty file.
18 changes: 10 additions & 8 deletions firebase_to_xml/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
[project]
name = "firebase-to-xml"
version = "0.1.0"
description = "Python module translates metadata records from Firebase into XML"
description = "Package use to convert firebase data to xml"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.9"
dependencies = [
"firebase-to-xml",
"google-auth>=2.35.0",
"google-auth>=2.36.0",
"google-oauth>=1.0.1",
"loguru>=0.7.2",
"metadata-xml",
"loguru>=0.7.3",
"metadata-xml @ git+https://github.com/cioos-siooc/metadata-xml.git",
"python-dotenv>=1.0.1",
"tqdm>=4.66.5",
"tqdm>=4.67.1",
]

[tool.uv]
dev-dependencies = [
"ruff>=0.7.0",
"ruff>=0.8.2",
]

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

[tool.setuptools]
py-modules = []
Loading

0 comments on commit d2d0f91

Please sign in to comment.