Severian commited on
Commit
645f280
·
verified ·
1 Parent(s): 33cc1bf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -67,7 +67,7 @@ RUN pip install --no-cache-dir \
67
  sqlalchemy~=2.0.24 \
68
  psycopg2-binary~=2.9.9 \
69
  alembic~=1.14.0 \
70
- redis~=4.8.0 \
71
  celery~=5.3.1 \
72
  flower~=1.3.1 \
73
  pytest~=7.4.3 \
 
67
  sqlalchemy~=2.0.24 \
68
  psycopg2-binary~=2.9.9 \
69
  alembic~=1.14.0 \
70
+ "redis[hiredis]~=5.0.3" \
71
  celery~=5.3.1 \
72
  flower~=1.3.1 \
73
  pytest~=7.4.3 \