Skip to content

Commit

Permalink
Add needed dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevenray Janke committed Oct 31, 2024
1 parent 07d1ffb commit 2507ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2507ac8

Please sign in to comment.