Bump Celery to 4.2.0 (#5222)

* Downgrade celery and kombu

* Remove kombu from requirements.txt

* Pin kombu at 4.1.0

* Bump celery to 4.2.0
This commit is contained in:
Ville Brofeldt
2018-06-18 18:19:07 +03:00
committed by Maxime Beauchemin
parent 00fad1cbf9
commit ccf211036d
2 changed files with 2 additions and 3 deletions

View File

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