Skip to content

Commit

Permalink
ref(requirements): Remove obsolete comment about billiard (#22037)
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Nov 13, 2020
1 parent 2f7278c commit 8ba5304
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions requirements-base.txt
Expand Up @@ -84,10 +84,6 @@ uwsgi>2.0.0,<2.1.0
msgpack>=0.6.1,<0.7.0; python_version < '3.0'
msgpack>=1.0.0,<1.1.0; python_version >= '3.0'

# celery
# We specifically pin to 3.5.0.4 to avoid the issue in
# https://github.com/celery/billiard/issues/260. Once we upgrade to Celery 4.3+ we can
# use a newer version of billiard that has a proper fix.
billiard==3.6.3
kombu==4.6.11

Expand Down

0 comments on commit 8ba5304

Please sign in to comment.