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
0ef11d1818
commit
d33e673c3c
|
@ -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-11-24]
|
||||
### Changed
|
||||
- Update version of Django, coverage and click (@luzfcb)
|
||||
|
||||
## [2015-11-23]
|
||||
### Changed
|
||||
- Update AngularJS version to 1.4.8 (@luzfcb)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Bleeding edge Django
|
||||
django==1.8.6
|
||||
django==1.8.7
|
||||
|
||||
# Configuration
|
||||
django-environ==0.4.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Local development dependencies go here
|
||||
-r base.txt
|
||||
coverage==4.0.2
|
||||
coverage==4.0.3
|
||||
django_coverage_plugin==1.1
|
||||
Sphinx
|
||||
django-extensions==1.5.9
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
psycopg2==2.6.1
|
||||
{%- endif %}
|
||||
|
||||
coverage==4.0.2
|
||||
coverage==4.0.3
|
||||
django_coverage_plugin==1.1
|
||||
flake8==2.5.0
|
||||
django-test-plus==1.0.11
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
click==5.1
|
||||
click==6.0
|
||||
colorama==0.3.3
|
||||
decorator==4.0.4
|
||||
docopt==0.6.2
|
||||
|
|
Loading…
Reference in New Issue
Block a user