From 38adf67ef891ebeed71400fed9b705926c165338 Mon Sep 17 00:00:00 2001 From: Matthew Gordon Date: Thu, 19 Dec 2024 14:19:29 -0400 Subject: [PATCH] Move requests from optional dev dependencies to regular dependency stac won't run without this dependency. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de7ed700..c45e9834 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] @@ -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",