mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 05:34:44 +00:00
Update django-environ from 0.4.3 to 0.4.4 (#1289)
This commit is contained in:
parent
796247a284
commit
26f5659e56
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ wheel==0.29.0
|
|||
django==1.10.7 # pyup: >=1.10,<1.11
|
||||
|
||||
# Configuration
|
||||
django-environ==0.4.3
|
||||
django-environ==0.4.4
|
||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||
whitenoise==3.3.0
|
||||
{%- endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue