mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 20:20:18 +03:00
Merge remote-tracking branch 'pydanny/master'
This commit is contained in:
commit
281b808c20
|
@ -1,4 +1,4 @@
|
|||
cookiecutter==1.5.0
|
||||
cookiecutter==1.5.1
|
||||
flake8==3.2.1 # pyup: != 2.6.0
|
||||
sh==1.12.9
|
||||
binaryornot==0.4.0
|
||||
|
@ -7,5 +7,5 @@ binaryornot==0.4.0
|
|||
pytest==3.0.6
|
||||
pep8==1.7.0
|
||||
pyflakes==1.5.0
|
||||
tox==2.5.0
|
||||
tox==2.6.0
|
||||
pytest-cookies==0.2.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# These requirements prevented an upgrade to Django 1.10.
|
||||
django-coverage-plugin==1.4.1
|
||||
django-coverage-plugin==1.4.2
|
||||
django-autoslug==1.9.3
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
-r base.txt
|
||||
|
||||
coverage==4.3.4
|
||||
django-coverage-plugin==1.4.1
|
||||
django-coverage-plugin==1.4.2
|
||||
|
||||
Sphinx==1.5.2
|
||||
django-extensions==1.7.6
|
||||
|
|
|
@ -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.5.1
|
||||
Collectfast==0.5.2
|
||||
{%- endif %}
|
||||
|
||||
# Email backends for Mailgun, Postmark, SendGrid and more
|
||||
|
|
|
@ -8,7 +8,7 @@ psycopg2==2.6.2
|
|||
{%- endif %}
|
||||
|
||||
coverage==4.3.4
|
||||
flake8==3.2.1 # pyup: != 2.6.0
|
||||
flake8==3.3.0 # pyup: != 2.6.0
|
||||
django-test-plus==1.0.17
|
||||
factory-boy==2.8.1
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user