[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ ipdb==0.12
isort==4.3.21
mypy==0.670
nose==1.3.7
pip-tools==3.7.0
pip-tools==4.5.1
pre-commit==1.17.0
psycopg2-binary==2.7.5
pycodestyle==2.5.0

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",