mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-29 21:14:03 +03:00
commit
80a80bd660
|
@ -5,7 +5,7 @@ sh
|
||||||
# Debugging
|
# Debugging
|
||||||
# -------------------------------------
|
# -------------------------------------
|
||||||
ipdb==0.8.1
|
ipdb==0.8.1
|
||||||
ipython==3.1.0
|
ipython==3.2.0
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
# -------------------------------------
|
# -------------------------------------
|
||||||
|
|
|
@ -5,7 +5,7 @@ django==1.8.2
|
||||||
django-environ==0.3.0
|
django-environ==0.3.0
|
||||||
django-secure==1.0.1
|
django-secure==1.0.1
|
||||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||||
whitenoise==1.0.6
|
whitenoise==2.0
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Test dependencies go here.
|
# Test dependencies go here.
|
||||||
-r base.txt
|
-r base.txt
|
||||||
coverage==4.0a5
|
coverage==4.0a6
|
||||||
flake8==2.4.1
|
flake8==2.4.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user