mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
update requirements
This commit is contained in:
parent
5aec6203c2
commit
6092145760
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cookiecutter==1.2.1
|
||||
cookiecutter==1.3.0
|
||||
flake8==2.5.0
|
||||
sh
|
||||
binaryornot==0.4.0
|
||||
|
@ -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
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
||||
|
|
|
@ -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+
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user