Skip to content

Commit

Permalink
limit celery to supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Oct 8, 2020
1 parent 62988ac commit 816090d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@ def read(*paths):
PACKAGE = 'datapackage_pipelines'
NAME = PACKAGE.replace('_', '-')
INSTALL_REQUIRES = [
'celery',
'celery<5',
'requests',
'datapackage>=1.14.0',
'tableschema>=1.2.5',
Expand Down

0 comments on commit 816090d

Please sign in to comment.