Skip to content

Commit

Permalink
fix missing jsonschema dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Apr 17, 2024
1 parent a6bf8ee commit feb2ce0
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 1 deletion.
179 changes: 178 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ pydantic = "^2.6.3" # bug in post 2.3 https://github.com/pydantic/pydantic/issue
pydantic-core = "^2"
pystac = "^1.9.0"
shapely = "^2"
jsonschema = "^4.21.1"

[tool.poetry.group.dev.dependencies]
mypy = "^1.0.0"
Expand Down

0 comments on commit feb2ce0

Please sign in to comment.