mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 00:04:13 +03:00
update requirements
This commit is contained in:
parent
252d005e77
commit
ae42895c09
|
@ -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-29]
|
||||
### Changed
|
||||
- Update version of click and python-build (@luzfcb)
|
||||
|
||||
## [2015-11-25]
|
||||
### Changed
|
||||
- Update version of psutil, ipython (@luzfcb)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
click==6.0
|
||||
click==6.2
|
||||
colorama==0.3.3
|
||||
decorator==4.0.4
|
||||
docopt==0.6.2
|
||||
|
@ -24,7 +24,7 @@ pickleshare==0.5
|
|||
psutil==3.3.0
|
||||
ptyprocess==0.5
|
||||
pykwalify==1.5.0
|
||||
python-build==0.2.5
|
||||
python-build==0.2.6
|
||||
python-dateutil==2.4.2
|
||||
pyuv==1.2.0
|
||||
PyYAML==3.11
|
||||
|
|
Loading…
Reference in New Issue
Block a user