Merge pull request #1958 from rolep/kombu-update

Redis and Kombu update
This commit is contained in:
Bruno Alla 2019-03-20 12:08:41 +00:00 committed by GitHub
commit b0cb86f282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -146,6 +146,7 @@ Listed in alphabetical order.
Mesut Yılmaz `@myilmaz`_
Michael Gecht `@mimischi`_ @_mischi
mozillazg `@mozillazg`_
Oleg Russkin `@rolep`_
Pablo `@oubiga`_
Parbhat Puri `@parbhat`_
Peter Bittner `@bittner`_

View File

@ -8,9 +8,10 @@ argon2-cffi==19.1.0 # https://github.com/hynek/argon2_cffi
{%- if cookiecutter.use_whitenoise == 'y' %}
whitenoise==4.1.2 # https://github.com/evansd/whitenoise
{%- endif %}
redis>=2.10.6, < 3 # pyup: < 3 # https://github.com/antirez/redis
redis>=3.2.0 # https://github.com/antirez/redis
{%- if cookiecutter.use_celery == "y" %}
celery==4.2.1 # pyup: < 5.0 # https://github.com/celery/celery
kombu==4.4.0 # https://github.com/celery/kombu
{%- if cookiecutter.use_docker == 'y' %}
flower==0.9.3 # https://github.com/mher/flower
{%- endif %}