Skip to content

Commit 08be02c

Browse files
committed
Replace fastapi-slim with fastapi #336
1 parent 4843f28 commit 08be02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
desc = f.read()
77

88
install_requires = [
9-
"fastapi-slim",
9+
"fastapi",
1010
"attrs>=23.2.0",
1111
"pydantic",
1212
"stac_pydantic>=3",

0 commit comments

Comments
 (0)