Browse Source

bump redis client to 5.0 and enable hiredis support (#2518)

tags/0.5.11
Bowen Liang 1 year ago
parent
commit
41a4593b6d
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      api/requirements.txt

+ 1
- 1
api/requirements.txt View File

sympy==1.12 sympy==1.12
jieba==0.42.1 jieba==0.42.1
celery==5.2.7 celery==5.2.7
redis~=4.5.4
redis[hiredis]~=5.0.3
openpyxl==3.1.2 openpyxl==3.1.2
chardet~=5.1.0 chardet~=5.1.0
python-docx~=1.1.0 python-docx~=1.1.0

Loading…
Cancel
Save