mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
Merge branch 'master' into pyup-update-coverage-5.0.3-to-5.0.4
This commit is contained in:
commit
d15ea8b9b4
|
@ -10,7 +10,7 @@ whitenoise==5.0.1 # https://github.com/evansd/whitenoise
|
|||
{%- endif %}
|
||||
redis==3.4.1 # https://github.com/andymccurdy/redis-py
|
||||
{%- if cookiecutter.use_celery == "y" %}
|
||||
celery==4.4.1 # pyup: < 5.0 # https://github.com/celery/celery
|
||||
celery==4.4.2 # pyup: < 5.0 # https://github.com/celery/celery
|
||||
django-celery-beat==2.0.0 # https://github.com/celery/django-celery-beat
|
||||
{%- if cookiecutter.use_docker == 'y' %}
|
||||
flower==0.9.3 # https://github.com/mher/flower
|
||||
|
|
|
@ -19,7 +19,7 @@ pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar
|
|||
# Code quality
|
||||
# ------------------------------------------------------------------------------
|
||||
flake8==3.7.9 # https://github.com/PyCQA/flake8
|
||||
flake8-isort==2.8.0 # https://github.com/gforcada/flake8-isort
|
||||
flake8-isort==2.9.0 # https://github.com/gforcada/flake8-isort
|
||||
coverage==5.0.4 # https://github.com/nedbat/coveragepy
|
||||
black==19.10b0 # https://github.com/ambv/black
|
||||
pylint-django==2.0.14 # https://github.com/PyCQA/pylint-django
|
||||
|
|
Loading…
Reference in New Issue
Block a user