Skip to content

Commit 8b2bd3f

Browse files
authored
add redis deps to docs (#542)
**Related Issue(s):** - None **Description:** - Added redis dependencies to docs setup. **PR Checklist:** - [x] Code is formatted and linted (run `pre-commit run --all-files`) - [x] Tests pass (run `make test`) - [x] Documentation has been updated to reflect changes, if applicable - [x] Changes are added to the changelog
1 parent 2568be9 commit 8b2bd3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stac_fastapi/elasticsearch/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ docs = [
5454
"mkdocs~=1.4.0",
5555
"mkdocs-material~=9.0.0",
5656
"pdocs~=1.2.0",
57+
"redis~=6.4.0",
58+
"retry~=0.9.2",
5759
]
5860
redis = [
5961
"stac-fastapi-core[redis]==6.7.5",

0 commit comments

Comments
 (0)