-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #377 from cioos-siooc/migrate-cioos-form
fix/firebase_to_xml dependancies
- Loading branch information
Showing
4 changed files
with
191 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.12 | ||
3.9 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = [] |
Oops, something went wrong.