setup.py: added 'async_rq' extra, django-rq dependency

django-rq v0.6.0 is the first version with Python 3 support.
This commit is contained in:
Markus Kaiserswerth 2014-03-18 17:03:16 +01:00
parent c5a1be3b8e
commit 5b0c789f6b

View file

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