mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-18 12:30:57 +03:00
Merge pull request #593 from pydanny/requires-io-master
[requires.io] dependency update on master branch
This commit is contained in:
commit
b9623c64a8
|
@ -4,7 +4,7 @@ sh==1.11
|
||||||
binaryornot==0.4.0
|
binaryornot==0.4.0
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
pytest==2.9.1
|
pytest==2.9.2
|
||||||
pep8==1.7.0
|
pep8==1.7.0
|
||||||
pyflakes==1.2.3
|
pyflakes==1.2.3
|
||||||
tox==2.3.1
|
tox==2.3.1
|
||||||
|
|
|
@ -7,17 +7,17 @@ wheel==0.29.0
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
# Bleeding edge Django
|
# Bleeding edge Django
|
||||||
django==1.9.6
|
django==1.9.7
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
django-environ==0.4.0
|
django-environ==0.4.0
|
||||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||||
whitenoise==3.0
|
whitenoise==3.2
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
||||||
# Forms
|
# Forms
|
||||||
django-braces==1.8.1
|
django-braces==1.9.0
|
||||||
django-crispy-forms==1.6.0
|
django-crispy-forms==1.6.0
|
||||||
django-floppyforms==1.6.2
|
django-floppyforms==1.6.2
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ django-autoslug==1.9.3
|
||||||
pytz==2016.4
|
pytz==2016.4
|
||||||
|
|
||||||
# Redis support
|
# Redis support
|
||||||
django-redis==4.4.2
|
django-redis==4.4.3
|
||||||
redis>=2.10.0
|
redis>=2.10.0
|
||||||
|
|
||||||
{% if cookiecutter.use_celery == "y" %}
|
{% if cookiecutter.use_celery == "y" %}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Local development dependencies go here
|
# Local development dependencies go here
|
||||||
-r base.txt
|
-r base.txt
|
||||||
coverage==4.0.3
|
coverage==4.1
|
||||||
django_coverage_plugin==1.3
|
django-coverage-plugin==1.3.1
|
||||||
Sphinx
|
Sphinx
|
||||||
django-extensions==1.6.7
|
django-extensions==1.6.7
|
||||||
Werkzeug==0.11.9
|
Werkzeug==0.11.10
|
||||||
django-test-plus==1.0.12
|
django-test-plus==1.0.13
|
||||||
factory_boy==2.7.0
|
factory_boy==2.7.0
|
||||||
django-debug-toolbar==1.4
|
django-debug-toolbar==1.4
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ psycopg2==2.6.1
|
||||||
# WSGI Handler
|
# WSGI Handler
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
gevent==1.1.1
|
gevent==1.1.1
|
||||||
gunicorn==19.5.0
|
gunicorn==19.6.0
|
||||||
|
|
||||||
# Static and Media Storage
|
# Static and Media Storage
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
psycopg2==2.6.1
|
psycopg2==2.6.1
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
coverage==4.0.3
|
coverage==4.1
|
||||||
django_coverage_plugin==1.3
|
django-coverage-plugin==1.3.1
|
||||||
flake8==2.5.4
|
flake8==2.5.4
|
||||||
django-test-plus==1.0.12
|
django-test-plus==1.0.13
|
||||||
factory_boy==2.7.0
|
factory_boy==2.7.0
|
||||||
|
|
||||||
# pytest
|
# pytest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user