Skip to content

Commit f7f307e

Browse files
authored
Merge pull request #942 from NASA-IMPACT/941-fix-broken-celery-on-staging-and-production
Add celery[sqs] to requirements instead of just celery
2 parents 96ab649 + e53af52 commit f7f307e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytz==2023.4 # https://github.com/stub42/pytz
33
python-slugify==8.0.4 # https://github.com/un33k/python-slugify
44
Pillow==10.2.0 # https://github.com/python-pillow/Pillow
55
argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi
6-
celery==5.3.6 # pyup: < 6.0 # https://github.com/celery/celery
6+
celery[sqs]==5.3.6 # pyup: < 6.0 # https://github.com/celery/celery
77
django-celery-beat==2.6.0 # https://github.com/celery/django-celery-beat
88
flower==2.0.1 # https://github.com/mher/flower
99
ipython==8.21.0

0 commit comments

Comments
 (0)