Skip to content

Commit

Permalink
Add celery[sqs] to requirements instead of just celery
Browse files Browse the repository at this point in the history
  • Loading branch information
code-geek committed Aug 15, 2024
1 parent 96ab649 commit e53af52
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 e53af52

Please sign in to comment.