Skip to content

Commit

Permalink
global: change celery dependency to invenio-celery
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Nov 19, 2019
1 parent c7335cb commit b3774d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@
'Flask-Admin>=1.3.0',
],
'celery': [
# Avoid version 4.3 it breaks the emails with datetime
# https://github.com/celery/celery/pull/5606
"celery>=4.2.1,<4.3.0",
'Flask-CeleryExt>=0.3.2',
'invenio-celery>=1.1.1',
],
'docs': [
'Sphinx>=1.6.7',
Expand Down

0 comments on commit b3774d8

Please sign in to comment.