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',