Skip to content

Commit

Permalink
try pgstac >=0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jan 25, 2024
1 parent a1b0633 commit 8231def
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_requires = [
"attrs",
"orjson",
"pydantic[dotenv]>=1.10.8", # https://github.com/pydantic/pydantic/issues/5821
"pydantic[dotenv]>=1.10.8,<2", # https://github.com/pydantic/pydantic/issues/5821
"stac_pydantic==2.0.*",
"stac-fastapi.types~=2.4.9",
"stac-fastapi.api~=2.4.9",
Expand All @@ -17,13 +17,13 @@
"buildpg",
"brotli_asgi",
"pygeofilter>=0.2",
"pypgstac==0.7.*",
"pypgstac>=0.7.0,!=0.8.0,!=0.8.1,",
]

extra_reqs = {
"dev": [
"pystac[validation]",
"pypgstac[psycopg]==0.7.*",
"pypgstac[psycopg]>=0.7.0,!=0.8.0,!=0.8.1,",
"pytest",
"pytest-cov",
"pytest-asyncio>=0.17,<0.23.0",
Expand Down

0 comments on commit 8231def

Please sign in to comment.