Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [
"pyproj>=3.3",
"pystac[validation]>=1.8.2",
"rasterio>=1.3.2",
"requests>=2.27.1",
"shapely>=2.0.1",
]
dynamic = ["version"]
Expand All @@ -53,7 +54,6 @@ dev = [
"pylint~=2.17",
"pytest-cov~=3.0",
"pytest~=7.3",
"requests>=2.27.1",
"ruff==0.0.265",
"types-certifi~=2021.10.8",
"types-orjson~=3.6",
Expand Down
Loading