Skip to content

Commit

Permalink
Fix: missing 'redis' package in requirements.txt (#622)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

This commit resolves an issue where the 'redis' package was
inadvertently omitted from the requirements.txt file. The package has
now been added to ensure all dependencies are correctly installed for
the project.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
  • Loading branch information
huangbaichao committed Apr 30, 2024
1 parent cab274f commit 5d7f573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ python-dotenv==1.0.1
python-pptx==0.6.23
pytz==2024.1
PyYAML==6.0.1
redis==5.0.3
regex==2023.12.25
requests==2.31.0
ruamel.yaml==0.18.6
Expand Down

0 comments on commit 5d7f573

Please sign in to comment.