Skip to content

Commit fa5e93e

Browse files
Yuri ZmytrakovYuri Zmytrakov
authored andcommitted
fix: add redis to run tests
1 parent 375bb8d commit fa5e93e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

stac_fastapi/elasticsearch/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ dev = [
4848
"pre-commit~=3.0.0",
4949
"ciso8601~=2.3.0",
5050
"httpx>=0.24.0,<0.28.0",
51+
"redis==6.4.0",
5152
]
5253
docs = [
5354
"mkdocs~=1.4.0",

stac_fastapi/opensearch/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ dev = [
4949
"pre-commit~=3.0.0",
5050
"ciso8601~=2.3.0",
5151
"httpx>=0.24.0,<0.28.0",
52+
"redis==6.4.0",
5253
]
5354
docs = [
5455
"mkdocs~=1.4.0",

0 commit comments

Comments
 (0)