mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-31 10:19:54 +03:00
[requires.io] dependency update
This commit is contained in:
parent
2304d8850a
commit
58f7c14d2a
|
@ -12,7 +12,7 @@ django==1.10
|
|||
# Configuration
|
||||
django-environ==0.4.0
|
||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||
whitenoise==3.2
|
||||
whitenoise==3.2.1
|
||||
{%- endif %}
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@ django-crispy-forms==1.6.0
|
|||
django-floppyforms==1.6.2
|
||||
|
||||
# Models
|
||||
django-model-utils==2.5.1
|
||||
django-model-utils==2.5.2
|
||||
|
||||
# Images
|
||||
Pillow==3.3.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user