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