Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
luzfcb committed Nov 24, 2015
1 parent 5aec620 commit 6092145
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All enhancements and patches to cookiecutter-django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2015-11-23]
### Changed
- Update AngularJS version to 1.4.8 (@luzfcb)
- Update version of cookiecutter, pytest, tox, whitenoise, django-test-plus, django_coverage_plugin, Werkzeug, hitchserve, tornado, unixpackage (@luzfcb)
- Update 'now' date in cookiecutter.json (@luzfcb)

## [2015-11-22]
### Changed
- Move div class unquote outside the django if tag (@jvanbrug)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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/01/13]: 2015/09/30
now [2015/11/22]: 2015/11/22
year [2015]:
use_whitenoise [y]: n
use_celery [n]: y
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cookiecutter==1.2.1
cookiecutter==1.3.0
flake8==2.5.0
sh
binaryornot==0.4.0
Expand All @@ -10,8 +10,8 @@ ipython==4.0.0

# Testing
# -------------------------------------
pytest==2.8.2
pytest==2.8.3
git+git://github.com/mverteuil/pytest-ipdb.git
pep8==1.6.2
pyflakes==1.0.0
tox==2.1.1
tox==2.2.1
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ django==1.8.6
django-environ==0.4.0
django-secure==1.0.1
{% if cookiecutter.use_whitenoise == 'y' -%}
whitenoise==2.0.4
whitenoise==2.0.6
{%- endif %}


Expand Down
6 changes: 3 additions & 3 deletions {{cookiecutter.repo_name}}/requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Local development dependencies go here
-r base.txt
coverage==4.0.2
django_coverage_plugin==1.0
django_coverage_plugin==1.1
Sphinx
django-extensions==1.5.9
Werkzeug==0.10.4
django-test-plus==1.0.9
Werkzeug==0.11.2
django-test-plus==1.0.11
factory_boy==2.6.0

# django-debug-toolbar that works with Django 1.5+
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.repo_name}}/requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ psycopg2==2.6.1
{%- endif %}

coverage==4.0.2
django_coverage_plugin==1.0
django_coverage_plugin==1.1
flake8==2.5.0
django-test-plus==1.0.9
django-test-plus==1.0.11
factory_boy==2.6.0
6 changes: 3 additions & 3 deletions {{cookiecutter.repo_name}}/tests/hitchreqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hitchpostgres==0.6.7
hitchpython==0.5.0
hitchredis==0.4.5
hitchselenium==0.4.8
hitchserve==0.4.5
hitchserve==0.4.6
hitchsmtp==0.2.1
hitchsystem==0.1.1
hitchtest==0.9.2
Expand All @@ -33,7 +33,7 @@ selenium==2.48.0
simplegeneric==0.8.1
six==1.10.0
tblib==1.1.0
tornado==4.2.1
tornado==4.3
traitlets==4.0.0
unixpackage==0.3.7
unixpackage==0.4.0
xeger==0.3
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{% endblock %}

{% block angular %}
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
{% endblock %}

</head>
Expand Down

0 comments on commit 6092145

Please sign in to comment.