mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Merge pull request #478 from pydanny/update-requirements
update version of dependencies
This commit is contained in:
commit
e0835f8dd2
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,6 +2,16 @@
|
|||
All enhancements and patches to cookiecutter-django will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
|
||||
## [2016-1-29]
|
||||
### Changed
|
||||
- Update AngularJS version to 1.4.9 (@luzfcb)
|
||||
- Update jQuery version to 2.2.0 (@luzfcb)
|
||||
- Update 'now' date in cookiecutter.json (@luzfcb)
|
||||
- Update version of boto, celery, django_coverage_plugin, django-storages-redux, flake8, gevent, gunicorn, pep8, pytest, tox, Werkzeug (@luzfcb)
|
||||
- Update version of Hitch tests dependencies: colorama, decorator, hitchpostgres, hitchpython, hitchredis, hitchselenium, hitchserve, hitchsystem, hitchtest, ipython, patool, pickleshare, psutil, python-build, requests, selenium, tblib, traitlets (@luzfcb)
|
||||
|
||||
|
||||
## [2016-1-26]
|
||||
### Changed
|
||||
- Fixed NEW_RELIC_APP_NAME environment variable (@jayfk)
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"domain_name": "example.com",
|
||||
"version": "0.1.0",
|
||||
"timezone": "UTC",
|
||||
"now": "2016/01/07",
|
||||
"now": "2016/01/29",
|
||||
"year": "{{ cookiecutter.now[:4] }}",
|
||||
"use_whitenoise": "y",
|
||||
"use_celery": "n",
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
cookiecutter==1.3.0
|
||||
flake8==2.5.0
|
||||
flake8==2.5.1
|
||||
sh==1.11
|
||||
binaryornot==0.4.0
|
||||
|
||||
# Testing
|
||||
pytest==2.8.3
|
||||
pep8==1.6.2
|
||||
pytest==2.8.7
|
||||
pep8==1.7.0
|
||||
pyflakes==1.0.0
|
||||
tox==2.2.1
|
||||
tox==2.3.1
|
||||
|
|
|
@ -52,7 +52,7 @@ django-redis==4.3.0
|
|||
redis>=2.10.0
|
||||
|
||||
{% if cookiecutter.use_celery == "y" %}
|
||||
celery==3.1.19
|
||||
celery==3.1.20
|
||||
{% endif %}
|
||||
|
||||
# Your custom requirements go here
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Local development dependencies go here
|
||||
-r base.txt
|
||||
coverage==4.0.3
|
||||
django_coverage_plugin==1.1
|
||||
django_coverage_plugin==1.2.1
|
||||
Sphinx
|
||||
django-extensions==1.6.1
|
||||
Werkzeug==0.11.2
|
||||
Werkzeug==0.11.3
|
||||
django-test-plus==1.0.11
|
||||
factory_boy==2.6.0
|
||||
|
||||
|
|
|
@ -15,14 +15,14 @@ psycopg2==2.6.1
|
|||
gevent==1.0.2
|
||||
{% else %}
|
||||
# there's no python 3 support in stable, have to use the latest release candidate for gevent
|
||||
gevent==1.1rc1
|
||||
gevent==1.1rc3
|
||||
{% endif %}
|
||||
gunicorn==19.4.1
|
||||
gunicorn==19.4.5
|
||||
|
||||
# Static and Media Storage
|
||||
# ------------------------------------------------
|
||||
boto==2.38.0
|
||||
django-storages-redux==1.3
|
||||
boto==2.39.0
|
||||
django-storages-redux==1.3.2
|
||||
{% if cookiecutter.use_whitenoise != 'y' -%}
|
||||
Collectfast==0.2.3
|
||||
{%- endif %}
|
||||
|
|
|
@ -8,7 +8,7 @@ psycopg2==2.6.1
|
|||
{%- endif %}
|
||||
|
||||
coverage==4.0.3
|
||||
django_coverage_plugin==1.1
|
||||
flake8==2.5.0
|
||||
django_coverage_plugin==1.2.1
|
||||
flake8==2.5.1
|
||||
django-test-plus==1.0.11
|
||||
factory_boy==2.6.0
|
||||
|
|
|
@ -1,39 +1,39 @@
|
|||
click==6.2
|
||||
colorama==0.3.3
|
||||
decorator==4.0.4
|
||||
colorama==0.3.6
|
||||
decorator==4.0.6
|
||||
docopt==0.6.2
|
||||
faketime==0.9.6.3
|
||||
hitchcron==0.2
|
||||
hitchpostgres==0.6.7
|
||||
hitchpython==0.5.0
|
||||
hitchredis==0.4.5
|
||||
hitchselenium==0.4.8
|
||||
hitchserve==0.4.6
|
||||
hitchpostgres==0.7.0
|
||||
hitchpython==0.5.2
|
||||
hitchredis==0.4.6
|
||||
hitchselenium==0.5.0
|
||||
hitchserve==0.4.8
|
||||
hitchsmtp==0.2.1
|
||||
hitchsystem==0.1.1
|
||||
hitchtest==0.9.2
|
||||
hitchsystem==0.1.2
|
||||
hitchtest==0.9.6
|
||||
humanize==0.5.1
|
||||
ipython==4.0.1
|
||||
ipython==4.0.3
|
||||
ipython-genutils==0.1.0
|
||||
Jinja2==2.8
|
||||
MarkupSafe==0.23
|
||||
path.py==8.1.2
|
||||
patool==1.8
|
||||
patool==1.12
|
||||
pexpect==4.0.1
|
||||
pickleshare==0.5
|
||||
psutil==3.3.0
|
||||
pickleshare==0.6
|
||||
psutil==3.4.2
|
||||
ptyprocess==0.5
|
||||
pykwalify==1.5.0
|
||||
python-build==0.2.6
|
||||
python-build==0.2.12
|
||||
python-dateutil==2.4.2
|
||||
pyuv==1.2.0
|
||||
PyYAML==3.11
|
||||
requests==2.8.1
|
||||
selenium==2.48.0
|
||||
requests==2.9.1
|
||||
selenium==2.50.0
|
||||
simplegeneric==0.8.1
|
||||
six==1.10.0
|
||||
tblib==1.1.0
|
||||
tblib==1.2.0
|
||||
tornado==4.3
|
||||
traitlets==4.0.0
|
||||
traitlets==4.1.0
|
||||
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.8/angular.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular.min.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
</head>
|
||||
|
@ -93,7 +93,7 @@
|
|||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
{% block javascript %}
|
||||
<!-- Latest JQuery -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
|
||||
|
||||
<!-- Tether - a requirement for Bootstrap tooltips -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.1.1/js/tether.min.js"></script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user