Skip to content

Commit

Permalink
Remove [sqs] extra from celery dependency (#9032)
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Jan 28, 2021
1 parent 18747c5 commit 502a42b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ argon2-cffi
Babel
bcrypt
boto3
celery[sqs]>=4,<5
celery>=4,<5
celery-redbeat
certifi
click
Expand Down
2 changes: 1 addition & 1 deletion requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cbor2==5.2.0 \
celery-redbeat==2.0.0 \
--hash=sha256:cb8d6941be5df2666dd3188c3029c74e0fa33d50de6eaf7da88e0a5b591a190c \
# via -r requirements/main.in
celery[sqs]==4.4.7 \
celery==4.4.7 \
--hash=sha256:a92e1d56e650781fb747032a3997d16236d037c8199eacd5217d1a72893bca45 \
--hash=sha256:d220b13a8ed57c78149acf82c006785356071844afe0b27012a4991d44026f9f \
# via -r requirements/main.in, celery-redbeat
Expand Down

0 comments on commit 502a42b

Please sign in to comment.