diff --git a/pyproject.toml b/pyproject.toml index f388ea2..f7430c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ requires-python = ">=3.8" keywords = ["geospatial", "evaluations"] license = {text = "MIT"} -version = "0.2.4" +version = "0.2.5" dynamic = ["readme", "dependencies"] @@ -37,7 +37,9 @@ dev = ["pytest==7.2.2", "colorama==0.4.6", "build==0.10.0", "twine==4.0.2", - "deepdiff==6.7.1" + "deepdiff==6.7.1", + "pystac-client==0.7.5", + "stackstac==0.5.0" ] [project.urls]