[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:
parent
c34df6b7b3
commit
232925b7bf
|
|
@ -22,7 +22,7 @@ ipdb==0.12
|
||||||
isort==4.3.21
|
isort==4.3.21
|
||||||
mypy==0.670
|
mypy==0.670
|
||||||
nose==1.3.7
|
nose==1.3.7
|
||||||
pip-tools==3.7.0
|
pip-tools==4.5.1
|
||||||
pre-commit==1.17.0
|
pre-commit==1.17.0
|
||||||
psycopg2-binary==2.7.5
|
psycopg2-binary==2.7.5
|
||||||
pycodestyle==2.5.0
|
pycodestyle==2.5.0
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -69,7 +69,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"backoff>=1.8.0",
|
"backoff>=1.8.0",
|
||||||
"bleach>=3.0.2, <4.0.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",
|
"click<8",
|
||||||
"colorama",
|
"colorama",
|
||||||
"contextlib2",
|
"contextlib2",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue