mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
Update whitenoise from 3.3.1 to 4.0 (#1745)
This commit is contained in:
parent
d726202cae
commit
36f3558ccc
|
@ -6,7 +6,7 @@ rcssmin==1.0.6{% if cookiecutter.windows == 'y' %} --install-option="--without-c
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
argon2-cffi==18.1.0 # https://github.com/hynek/argon2_cffi
|
argon2-cffi==18.1.0 # https://github.com/hynek/argon2_cffi
|
||||||
{%- if cookiecutter.use_whitenoise == 'y' %}
|
{%- if cookiecutter.use_whitenoise == 'y' %}
|
||||||
whitenoise==3.3.1 # https://github.com/evansd/whitenoise
|
whitenoise==4.0 # https://github.com/evansd/whitenoise
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
redis>=2.10.5 # https://github.com/antirez/redis
|
redis>=2.10.5 # https://github.com/antirez/redis
|
||||||
{%- if cookiecutter.use_celery == "y" %}
|
{%- if cookiecutter.use_celery == "y" %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user