From 5b0c789f6bde6252c773eace60afff8ab1d62c52 Mon Sep 17 00:00:00 2001 From: Markus Kaiserswerth Date: Tue, 18 Mar 2014 17:03:16 +0100 Subject: [PATCH] setup.py: added 'async_rq' extra, django-rq dependency django-rq v0.6.0 is the first version with Python 3 support. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c54c041..9a65738 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ setup( ], extras_require={ 'async': ['django-celery>=3.0'], + 'async_rq': ['django-rq>=0.6.0'], }, classifiers=[ 'Development Status :: 5 - Production/Stable',