mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 02:54:01 +03:00
Merge commit '580d90a4beb1a572d2fd6929fab2c2f1db981d56'
This commit is contained in:
commit
3792d3ff02
|
@ -1,11 +1,11 @@
|
|||
cookiecutter==1.5.0
|
||||
flake8==3.2.1 # pyup: != 2.6.0
|
||||
sh==1.12.8
|
||||
sh==1.12.9
|
||||
binaryornot==0.4.0
|
||||
|
||||
# Testing
|
||||
pytest==3.0.5
|
||||
pep8==1.7.0
|
||||
pyflakes==1.4.0
|
||||
pyflakes==1.5.0
|
||||
tox==2.5.0
|
||||
pytest-cookies==0.2.0
|
||||
|
|
|
@ -19,7 +19,7 @@ gunicorn==19.6.0
|
|||
boto==2.45.0
|
||||
django-storages-redux==1.3.2
|
||||
{% if cookiecutter.use_whitenoise != 'y' -%}
|
||||
Collectfast==0.4.1
|
||||
Collectfast==0.5.1
|
||||
{%- endif %}
|
||||
|
||||
# Email backends for Mailgun, Postmark, SendGrid and more
|
||||
|
|
Loading…
Reference in New Issue
Block a user