From e53af5259caedeb98f5a779092c7c4d890957f37 Mon Sep 17 00:00:00 2001 From: Ashish Acharya Date: Thu, 15 Aug 2024 14:21:25 -0500 Subject: [PATCH] Add celery[sqs] to requirements instead of just celery --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index f5b29852..b797460c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -3,7 +3,7 @@ pytz==2023.4 # https://github.com/stub42/pytz python-slugify==8.0.4 # https://github.com/un33k/python-slugify Pillow==10.2.0 # https://github.com/python-pillow/Pillow argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi -celery==5.3.6 # pyup: < 6.0 # https://github.com/celery/celery +celery[sqs]==5.3.6 # pyup: < 6.0 # https://github.com/celery/celery django-celery-beat==2.6.0 # https://github.com/celery/django-celery-beat flower==2.0.1 # https://github.com/mher/flower ipython==8.21.0