Skip to content

Commit fc7886e

Browse files
author
Edward Keeble
committed
Restore stac-fastapi requirements
1 parent a78a138 commit fc7886e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"orjson",
1111
"pydantic[dotenv]>=1.10.8", # https://github.com/pydantic/pydantic/issues/5821
1212
"stac_pydantic==2.0.*",
13-
"stac-fastapi.types@git+https://github.com/edkeeble/stac-fastapi.git@pgstac/upsert-bulk-transaction#egg=stac_fastapi.types&subdirectory=stac_fastapi/types",
14-
"stac-fastapi.api@git+https://github.com/edkeeble/stac-fastapi.git@pgstac/upsert-bulk-transaction#egg=stac_fastapi.api&subdirectory=stac_fastapi/api",
15-
"stac-fastapi.extensions@git+https://github.com/edkeeble/stac-fastapi.git@pgstac/upsert-bulk-transaction#egg=stac_fastapi.extensions&subdirectory=stac_fastapi/extensions",
13+
"stac-fastapi.types~=2.4.8",
14+
"stac-fastapi.api~=2.4.8",
15+
"stac-fastapi.extensions~=2.4.8",
1616
"asyncpg",
1717
"buildpg",
1818
"brotli_asgi",

0 commit comments

Comments
 (0)