From 2507ac87399954b46db13947dfc7de5ffd115a23 Mon Sep 17 00:00:00 2001 From: Stevenray Janke Date: Thu, 31 Oct 2024 13:47:55 -0400 Subject: [PATCH] Add needed dependencies to pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2809b9..844250a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,10 +18,10 @@ classifiers = [ version = "0.1.1-beta.1" requires-python = ">=3.9" dependencies = ["boto3", "botocore", "fsspec", "mypy", "numpy", "papipyplug", - "python-dotenv", "pystac", "shapely", "rasterio", "rashdf"] + "python-dotenv", "pystac", "shapely", "rasterio", "rashdf", "mypy-boto3-s3"] [project.optional-dependencies] -dev = ["pre-commit", "ruff"] +dev = ["pre-commit", "ruff", "pytest", "moto", "jsonschema"] [project.urls] repository = "https://github.com/fema-ffrd/ras-stac"