mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
update requirements
This commit is contained in:
parent
c1a90af9ad
commit
b22611a1a3
|
@ -2,6 +2,10 @@
|
|||
All enhancements and patches to cookiecutter-django will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [2015-10-05]
|
||||
### Changed
|
||||
- Update version of Django, Pillow, hitchselenium, psutil (@luzfcb)
|
||||
|
||||
## [2015-10-04]
|
||||
### Changed
|
||||
- Remove stray closing tags and fix navbar margin in in base.html (@hairychris)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Bleeding edge Django
|
||||
django==1.8.4
|
||||
django==1.8.5
|
||||
|
||||
# Configuration
|
||||
django-environ==0.4.0
|
||||
|
@ -18,7 +18,7 @@ django-floppyforms==1.5.2
|
|||
django-model-utils==2.3.1
|
||||
|
||||
# Images
|
||||
Pillow==2.9.0
|
||||
Pillow==3.0.0
|
||||
|
||||
# For user registration, either via email or social
|
||||
# Well-built with regular release cycles!
|
||||
|
|
|
@ -5,7 +5,7 @@ hitchcron==0.2
|
|||
hitchpostgres==0.6.3
|
||||
hitchpython==0.3.8
|
||||
hitchredis==0.4.3
|
||||
hitchselenium==0.4.3
|
||||
hitchselenium==0.4.5
|
||||
hitchserve==0.4.5
|
||||
hitchsmtp==0.2.1
|
||||
hitchtest==0.8.0
|
||||
|
@ -14,7 +14,7 @@ ipython==4.0.0
|
|||
Jinja2==2.8
|
||||
MarkupSafe==0.23
|
||||
patool==1.8
|
||||
psutil==3.2.1
|
||||
psutil==3.2.2
|
||||
python-build==0.2.3
|
||||
pyuv==1.2.0
|
||||
PyYAML==3.11
|
||||
|
|
Loading…
Reference in New Issue
Block a user