Bump celery to 4.1.1 (#5134)

* Bump celery to 4.1.1

Docs reference `celery worker --app=superset.sql_lab:celery_app
--pool=gevent -Ofair` command which seems only to work with Celery 4.1.1

* Add UPDATING.md message
This commit is contained in:
Maxime Beauchemin
2018-06-04 14:54:36 -07:00
committed by GitHub
parent ffd65ce623
commit d2bc4ece3e
3 changed files with 8 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ setup(
install_requires=[
'bleach',
'boto3>=1.4.6',
'celery',
'celery>=4.1.1',
'colorama',
'contextlib2',
'cryptography',