mirror of https://github.com/celery/celery.git
Browse Source
* improv: Replace `five.values` with `dict.values` * improv: Use `time.monotonic()` in kombu tests Also in the docs where it is used to demonstrate `memcache` timeouts. * rm: Delete `celery.five` `vine.five` is no longer present in `vine >= 5`. * triv: Remove refs to `celery.five` in docs, &c * build: Bump `vine` dependency to 5.0+pull/6346/head


8 changed files with 10 additions and 24 deletions
@ -1,7 +0,0 @@
|
||||
"""Python 2/3 compatibility utilities.""" |
||||
|
||||
import sys |
||||
|
||||
import vine.five |
||||
|
||||
sys.modules[__name__] = vine.five |
@ -1,7 +1,7 @@
|
||||
pytz>dev |
||||
billiard>=3.6.3.0,<4.0 |
||||
kombu>=5.0.0,<6.0 |
||||
vine==1.3.0 |
||||
vine>=5.0.0,<6.0 |
||||
click>=7.0 |
||||
click-didyoumean>=0.0.3 |
||||
click-repl>=0.1.6 |
||||
|
Loading…
Reference in new issue