Skip to content

Commit

Permalink
added hiredis
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Aug 20, 2024
1 parent c85dd9d commit 893e5af
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements-core-win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ h11==0.14.0
# httpcore
# uvicorn
# wsproto
hiredis==3.0.0
# via -r requirements-core.in
httpcore==1.0.5
# via httpx
httptools==0.6.1
Expand Down
1 change: 1 addition & 0 deletions requirements-core.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ aiocache
croniter
fastapi-slim
gunicorn; sys_platform != 'win32'
hiredis
httptools
httpx
jinja2
Expand Down
2 changes: 2 additions & 0 deletions requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ h11==0.14.0
# httpcore
# uvicorn
# wsproto
hiredis==3.0.0
# via -r requirements-core.in
httpcore==1.0.5
# via httpx
httptools==0.6.1
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev-win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ h11==0.14.0
# httpcore
# uvicorn
# wsproto
hiredis==3.0.0
# via -r requirements.txt
httpcore==1.0.5
# via
# -r requirements.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ h11==0.14.0
# httpcore
# uvicorn
# wsproto
hiredis==3.0.0
# via -r requirements.txt
httpcore==1.0.5
# via
# -r requirements.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements-win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ h11==0.14.0
# httpcore
# uvicorn
# wsproto
hiredis==3.0.0
# via -r requirements-core.txt
httpcore==1.0.5
# via
# -r requirements-core.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ h11==0.14.0
# httpcore
# uvicorn
# wsproto
hiredis==3.0.0
# via -r requirements-core.txt
httpcore==1.0.5
# via
# -r requirements-core.txt
Expand Down

0 comments on commit 893e5af

Please sign in to comment.