update requirements

This commit is contained in:
Fabio C. Barrioneuvo da Luz 2015-10-05 18:09:55 -03:00
parent c1a90af9ad
commit b22611a1a3
3 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-10-05]
### Changed
- Update version of Django, Pillow, hitchselenium, psutil (@luzfcb)
## [2015-10-04] ## [2015-10-04]
### Changed ### Changed
- Remove stray closing tags and fix navbar margin in in base.html (@hairychris) - Remove stray closing tags and fix navbar margin in in base.html (@hairychris)

View File

@ -1,5 +1,5 @@
# Bleeding edge Django # Bleeding edge Django
django==1.8.4 django==1.8.5
# Configuration # Configuration
django-environ==0.4.0 django-environ==0.4.0
@ -18,7 +18,7 @@ django-floppyforms==1.5.2
django-model-utils==2.3.1 django-model-utils==2.3.1
# Images # Images
Pillow==2.9.0 Pillow==3.0.0
# For user registration, either via email or social # For user registration, either via email or social
# Well-built with regular release cycles! # Well-built with regular release cycles!

View File

@ -5,7 +5,7 @@ hitchcron==0.2
hitchpostgres==0.6.3 hitchpostgres==0.6.3
hitchpython==0.3.8 hitchpython==0.3.8
hitchredis==0.4.3 hitchredis==0.4.3
hitchselenium==0.4.3 hitchselenium==0.4.5
hitchserve==0.4.5 hitchserve==0.4.5
hitchsmtp==0.2.1 hitchsmtp==0.2.1
hitchtest==0.8.0 hitchtest==0.8.0
@ -14,7 +14,7 @@ ipython==4.0.0
Jinja2==2.8 Jinja2==2.8
MarkupSafe==0.23 MarkupSafe==0.23
patool==1.8 patool==1.8
psutil==3.2.1 psutil==3.2.2
python-build==0.2.3 python-build==0.2.3
pyuv==1.2.0 pyuv==1.2.0
PyYAML==3.11 PyYAML==3.11