Skip to content

Commit

Permalink
Merge pull request #942 from NASA-IMPACT/941-fix-broken-celery-on-sta…
Browse files Browse the repository at this point in the history
…ging-and-production

Add celery[sqs] to requirements instead of just celery
  • Loading branch information
code-geek authored Aug 15, 2024
2 parents 96ab649 + e53af52 commit f7f307e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7f307e

Please sign in to comment.