Skip to content

Commit

Permalink
Move requests from optional dev dependencies to regular dependency
Browse files Browse the repository at this point in the history
stac won't run without this dependency.
  • Loading branch information
matthewscottgordon committed Dec 19, 2024
1 parent 059856e commit 38adf67
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 38adf67

Please sign in to comment.