Skip to content

Commit

Permalink
Upgrading redis and celery to support sentinel
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Jul 25, 2023
1 parent ca1e508 commit 6a70918
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ python-dateutil==2.8.2
requests==2.31.0
factory_boy==3.2.1
# Celery
celery[redis]==5.2.7
celery[redis]==5.3.1
celery_once==3.0.1
gevent==23.7.0
git+https://github.com/snyaggarwal/flower # use until https://github.com/mher/flower/issues/1231 issue is resolved
redis==4.5.5
redis==4.6.0
django-redis==5.3.0 # needed for redis sentinel support
kombu==5.3.1
django-elasticsearch-dsl==7.3
Expand Down

0 comments on commit 6a70918

Please sign in to comment.