-
Notifications
You must be signed in to change notification settings - Fork 0
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 #41 from QGreenland-Net/issue-40-links
Issue 40 - allow links
- Loading branch information
Showing
7 changed files
with
36 additions
and
30 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
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
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ authors = [ | |
{ name = "Matt Fisher", email = "[email protected]" }, | ||
{ name = "Rushiraj Nenuji", email = "[email protected]" }, | ||
{ name = "Trey Stafford", email = "[email protected]" }, | ||
{ name = "Robyn Marowitz", email = "[email protected]" }, | ||
] | ||
description = "Defines OGDC recipe API(s) and submits recipes to OGDC for execution" | ||
readme = "README.md" | ||
|
@@ -29,6 +30,7 @@ dependencies = [ | |
"hera >=5.18.0", | ||
"pydantic >=2.7.1", | ||
"pyyaml", | ||
"fsspec", | ||
] | ||
|
||
[project.optional-dependencies] | ||
|
@@ -118,6 +120,7 @@ disallow_incomplete_defs = true | |
module = [ | ||
"jinja2.*", | ||
"kubernetes.*", | ||
"fsspec", | ||
] | ||
ignore_missing_imports = true | ||
|
||
|
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
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
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
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