[requirements] Telling Celery 4.4.1 it is not welcome here (#9331)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2020-03-20 10:45:26 -07:00
committed by GitHub
parent c34df6b7b3
commit 232925b7bf
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ setup(
install_requires=[
"backoff>=1.8.0",
"bleach>=3.0.2, <4.0.0",
"celery>=4.3.0, <5.0.0",
"celery>=4.3.0, <5.0.0, !=4.4.1",
"click<8",
"colorama",
"contextlib2",