Skip to content

Commit 44fd039

Browse files
committed
Removing stac pydantic requirements.
1 parent 29ea9ba commit 44fd039

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

stac_fastapi/core/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"stac-fastapi.types==3.0.0a",
1313
"stac-fastapi.api==3.0.0a",
1414
"stac-fastapi.extensions==3.0.0a",
15-
"stac-pydantic @ git+https://[email protected]/stac-utils/stac-pydantic.git@1417932609410b40ece93db9ff6551da4a17d104#egg=stac_pydantic",
1615
"orjson",
1716
"overrides",
1817
"geojson-pydantic",

stac_fastapi/opensearch/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"opensearch-py[async]==2.4.2",
1212
"uvicorn",
1313
"starlette",
14-
"stac-pydantic @ git+https://[email protected]/stac-utils/stac-pydantic.git@1417932609410b40ece93db9ff6551da4a17d104#egg=stac_pydantic",
1514
]
1615

1716
extra_reqs = {

0 commit comments

Comments
 (0)