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