Skip to content

Commit 5f858cf

Browse files
Yuri ZmytrakovYuri Zmytrakov
authored andcommitted
fixing dependencies
1 parent 5c8d201 commit 5f858cf

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

stac_fastapi/core/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"pygeofilter~=0.3.1",
2020
"jsonschema~=4.0.0",
2121
"slowapi~=0.1.9",
22-
"redis==6.4.0",
2322
]
2423

2524
setup(

stac_fastapi/elasticsearch/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"pre-commit~=3.0.0",
2222
"ciso8601~=2.3.0",
2323
"httpx>=0.24.0,<0.28.0",
24+
"redis==6.4.0",
2425
],
2526
"docs": ["mkdocs~=1.4.0", "mkdocs-material~=9.0.0", "pdocs~=1.2.0"],
2627
"server": ["uvicorn[standard]~=0.23.0"],

stac_fastapi/opensearch/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"pre-commit~=3.0.0",
2323
"ciso8601~=2.3.0",
2424
"httpx>=0.24.0,<0.28.0",
25+
"redis==6.4.0",
2526
],
2627
"docs": ["mkdocs~=1.4.0", "mkdocs-material~=9.0.0", "pdocs~=1.2.0"],
2728
"server": ["uvicorn[standard]~=0.23.0"],

0 commit comments

Comments
 (0)