1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[buildout]
versions = versions
# Update the version number here to upgrade to a new version.
#
# If you are forking a dependency then make sure you include a pointer
# to the branch where the fork is maintained.
#
# Alphabetical, case-insensitive, please! :-)
[versions]
# TODO: Specify all dependencies with their versions here.
z3c.recipe.scripts = 1.0.1
# Also upgrade the zc.buildout version in the Makefile's bin/buildout section.
zc.buildout = 1.5.1
zc.recipe.egg = 1.3.2
|