Skip to content

Commit

Permalink
remove redis as dependency (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored and blakerosenthal committed Jul 17, 2024
1 parent e257d39 commit c8eb999
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ runs:
mamba env update --file environment-dev.yml
git checkout -- environment-dev.yml
- name: Install redis-server if necessary
if: (steps.cache.outputs.cache-hit != 'true') && (runner.os != 'Windows')
shell: bash -el {0}
run: mamba install --yes --channel conda-forge redis-server

- name: Install playwright
shell: bash -el {0}
run: playwright install
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies = [
"pydantic-settings>=2",
"PyJWT",
"python-multipart",
"redis",
"questionary",
"rich",
"sqlalchemy>=2",
Expand Down
2 changes: 0 additions & 2 deletions requirements-docker.lock
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ questionary==2.0.1
# via Ragna (pyproject.toml)
ratelimiter==1.2.0.post0
# via lancedb
redis==5.0.1
# via Ragna (pyproject.toml)
regex==2023.12.25
# via tiktoken
requests==2.31.0
Expand Down

0 comments on commit c8eb999

Please sign in to comment.