mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 01:57:03 +03:00
Update celery from 3.1.25 to 3.1.26.post2 (#1683)
This commit is contained in:
parent
a671f4bee3
commit
f3d76a4134
|
@ -10,7 +10,7 @@ whitenoise==3.3.1 # https://github.com/evansd/whitenoise
|
|||
{%- endif %}
|
||||
redis>=2.10.5 # https://github.com/antirez/redis
|
||||
{%- if cookiecutter.use_celery == "y" %}
|
||||
celery==3.1.25 # pyup: <4.0 # https://github.com/celery/celery
|
||||
celery==3.1.26.post2 # pyup: <4.0 # https://github.com/celery/celery
|
||||
{%- endif %}
|
||||
|
||||
# Django
|
||||
|
|
Loading…
Reference in New Issue
Block a user