Skip to content

Commit cc1d6a1

Browse files
authored
Merge pull request #266 from stac-utils/pv/children
add support for Children Extension
2 parents 9e8d21e + 2873c45 commit cc1d6a1

File tree

3 files changed

+170
-56
lines changed

3 files changed

+170
-56
lines changed

poetry.lock

Lines changed: 87 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Shapely = "1.8.4"
2828
more_itertools = "^8.14.0"
2929
stac-check = "^1.3.1"
3030
stac-validator = "^3.2.0"
31+
deepdiff = "^6.2.3"
3132

3233
[tool.poetry.dev-dependencies]
3334
Pygments = ">=2.10.0"
@@ -85,7 +86,7 @@ show_error_context = true
8586
#ignore_missing_imports = true
8687

8788
[[tool.mypy.overrides]]
88-
module = ["shapely.geometry", "stac_check.lint", "stac_validator.stac_validator"]
89+
module = ["shapely.geometry", "stac_check.lint", "stac_validator.stac_validator", "deepdiff"]
8990
ignore_missing_imports = true
9091

9192
[build-system]

0 commit comments

Comments
 (0)