update requirements

This commit is contained in:
Fabio C. Barrioneuvo da Luz 2016-03-06 01:30:27 -03:00
parent 1d731ae48a
commit 8a3d36fe40
8 changed files with 20 additions and 9 deletions

View File

@ -2,6 +2,13 @@
All enhancements and patches to cookiecutter-django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2016-03-05]
### Changed
- Update version of Django, celery, django-test-plus (@luzfcb)
- Update version of Hitch tests dependencies: jupyter_client (@luzfcb)
- Update 'now' date in cookiecutter.json (@luzfcb)
- Update the usage example in README (@luzfcb)
## [2016-03-01]
### Changed
- Update version of Django, flake8, pyflakes, pytest, factory_boy, ipdb, Werkzeug, gevent (@luzfcb)

View File

@ -114,7 +114,7 @@ It prompts you for questions. Answer them::
domain_name [example.com]: myreddit.com
version [0.1.0]: 0.0.1
timezone [UTC]:
now [2015/11/22]: 2015/11/22
now [2016/03/01]: 2016/03/05
year [2015]:
use_whitenoise [y]: n
use_celery [n]: y
@ -124,7 +124,11 @@ It prompts you for questions. Answer them::
use_opbeat [n]: y
windows [n]: n
use_python2 [n]: y
Select open_source_license:
1 - MIT
2 - BSD
3 - Not open source
Choose from 1, 2, 3 [1]: 1
Enter the project and take a look around::

View File

@ -7,7 +7,7 @@
"domain_name": "example.com",
"version": "0.1.0",
"timezone": "UTC",
"now": "2016/01/29",
"now": "2016/03/05",
"year": "{{ cookiecutter.now[:4] }}",
"use_whitenoise": "y",
"use_celery": "n",

View File

@ -11,7 +11,7 @@ except ImportError:
# Our version ALWAYS matches the version of Django we support
# If Django has a new release, we branch, tag, then update this setting after the tag.
version = "1.9.3"
version = "1.9.4"
if sys.argv[-1] == 'tag':
os.system("git tag -a %s -m 'version %s'" % (version, version))

View File

@ -7,7 +7,7 @@ wheel==0.29.0
{%- endif %}
# Bleeding edge Django
django==1.9.3
django==1.9.4
# Configuration
django-environ==0.4.0
@ -52,7 +52,7 @@ django-redis==4.3.0
redis>=2.10.0
{% if cookiecutter.use_celery == "y" %}
celery==3.1.20
celery==3.1.21
{% endif %}
# Your custom requirements go here

View File

@ -5,7 +5,7 @@ django_coverage_plugin==1.2.2
Sphinx
django-extensions==1.6.1
Werkzeug==0.11.4
django-test-plus==1.0.11
django-test-plus==1.0.12
factory_boy==2.6.1
# django-debug-toolbar that works with Django 1.5+

View File

@ -10,7 +10,7 @@ psycopg2==2.6.1
coverage==4.0.3
django_coverage_plugin==1.2.2
flake8==2.5.4
django-test-plus==1.0.11
django-test-plus==1.0.12
factory_boy==2.6.1
# pytest!

View File

@ -17,7 +17,7 @@ humanize==0.5.1
ipython==4.1.2
ipython-genutils==0.1.0
Jinja2==2.8
jupyter-client==4.1.1
jupyter-client==4.2.0
jupyter-core==4.0.6
MarkupSafe==0.23
path.py==8.1.2