Skip to content

Commit

Permalink
Make pypgstac and psycopg2 dependencies optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-winkler committed Dec 2, 2024
1 parent 87fcfea commit 040ca64
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ dependencies = [
"pystac_client",
"stactools_sentinel2",
"rio-cogeo",
"requests",
"psycopg2-binary",
"pypgstac"
"requests"
]

[project.optional-dependencies]
Expand All @@ -35,6 +33,10 @@ dev = [
"pytest",
"mkdocs"
]
db = [
"psycopg2-binary",
"pypgstac"
]
oseo = [
"GDAL>=3.8.5",
"webcolors",
Expand Down

0 comments on commit 040ca64

Please sign in to comment.