update requirements

This commit is contained in:
Fabio C. Barrioneuvo da Luz 2015-11-24 20:14:01 -03:00
parent 0ef11d1818
commit d33e673c3c
5 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,10 @@
All enhancements and patches to cookiecutter-django will be documented in this file. All enhancements and patches to cookiecutter-django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [2015-11-24]
### Changed
- Update version of Django, coverage and click (@luzfcb)
## [2015-11-23] ## [2015-11-23]
### Changed ### Changed
- Update AngularJS version to 1.4.8 (@luzfcb) - Update AngularJS version to 1.4.8 (@luzfcb)

View File

@ -1,5 +1,5 @@
# Bleeding edge Django # Bleeding edge Django
django==1.8.6 django==1.8.7
# Configuration # Configuration
django-environ==0.4.0 django-environ==0.4.0

View File

@ -1,6 +1,6 @@
# Local development dependencies go here # Local development dependencies go here
-r base.txt -r base.txt
coverage==4.0.2 coverage==4.0.3
django_coverage_plugin==1.1 django_coverage_plugin==1.1
Sphinx Sphinx
django-extensions==1.5.9 django-extensions==1.5.9

View File

@ -7,7 +7,7 @@
psycopg2==2.6.1 psycopg2==2.6.1
{%- endif %} {%- endif %}
coverage==4.0.2 coverage==4.0.3
django_coverage_plugin==1.1 django_coverage_plugin==1.1
flake8==2.5.0 flake8==2.5.0
django-test-plus==1.0.11 django-test-plus==1.0.11

View File

@ -1,4 +1,4 @@
click==5.1 click==6.0
colorama==0.3.3 colorama==0.3.3
decorator==4.0.4 decorator==4.0.4
docopt==0.6.2 docopt==0.6.2