mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
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:
parent
c5a1be3b8e
commit
5b0c789f6b
1 changed files with 1 additions and 0 deletions
1
setup.py
1
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue