Skip to content

Commit

Permalink
tasks: celery version constraint addition
Browse files Browse the repository at this point in the history
* FIX Fixes error message `TypeError: can't serialize datetime.datetime` in the log server.

Signed-off-by: Johnny Mariéthoz <[email protected]>
  • Loading branch information
jma committed May 20, 2019
1 parent eb22208 commit 4a2f19b
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 213 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ invenio-records = ">=1.1.0,<1.2.0"
Werkzeug = ">=0.15"
# TODO: to be removed
angular-gettext-babel= ">=0.1"
# TODO: causes datetime serialize error
celery = "<4.3.0"

[dev-packages]
Flask-Debugtoolbar = ">=0.10.1"
Expand Down
Loading

0 comments on commit 4a2f19b

Please sign in to comment.