-
- Downloads
Add support for non-string options when scheduling tasks.
This also fixes the pretty-printing of tasks, which was ambiguous (`42` and `"42"` where both printed as `42`).
parent
b0aea8c0
No related branches found
No related tags found
Showing
... | ... | @@ -9,6 +9,7 @@ elasticsearch > 5.4 |
flask | ||
kombu | ||
psycopg2 | ||
pyyaml | ||
vcversioner | ||
# test dependencies | ||
... | ... |
Please register or sign in to comment