1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
[buildout]
versions = versions
[versions]
bzr = 1.17
# Required by Windmill to run on 2.4
ctypes = 1.0.2
docutils = 0.5
# We use a version of feedvalidator that has been changed to not
# change the default socket timeout on import.
feedvalidator = 0.0.0DEV-r1049-hacked
funkload = 1.10.0
functest = 0.8.7
httplib2 = 0.4.0
ipython = 0.9.1
launchpadlib = 1.0.2
lazr.smtptest = 1.1
lazr.uri = 1.0.1
mozrunner = 1.3.4
mocker = 0.10.1
oauth = 1.0
Paste = 1.7.2
PasteDeploy = 1.3.3
python-openid = 2.2.1
setuptools = 0.6c9
simplejson = 2.0.9
simplesettings = 0.4
SimpleTal = 4.1
storm = 0.14trunk-321
wadllib = 0.1
webunit = 1.3.8
windmill = 1.2
wsgi-fileserver = 0.2.7
wsgi-jsonrpc = 0.2.8
wsgi-xmlrpc = 0.2.7
z3c.recipe.filetemplate = 2.1dev-gary-r101903
z3c.recipe.i18n = 0.5.3
z3c.recipe.tag = 0.2.0
zc.buildout = 1.4.0dev-gary-r101953
zc.lockfile = 1.0.0
zc.recipe.egg = 1.3.0dev-gary-r101773
ZConfig = 2.6.1
zope.app.locales = 3.5.1
zope.configuration = 3.6.0
zope.event = 3.4.1
zope.i18nmessageid = 3.4.3
zope.interface = 3.5.1
zope.schema = 3.5.4
zope.testing = 3.7.4
zope.component = 3.5.1
zope.contentprovider = 3.5.0
zope.deferredimport = 3.4.0
zope.deprecation = 3.4.0
zope.dottedname = 3.4.5
zope.exceptions = 3.5.2
zope.hookable = 3.4.0
zope.i18n = 3.6.0
zope.location = 3.5.2
zope.proxy = 3.5.0
zope.publisher = 3.5.6
zope.security = 3.6.0
zope.tal = 3.4.0
zope.traversing = 3.5.2
zc.recipe.testrunner = 1.1.0
elementtree = 1.2.6-20050316
pytz = 2009j
z3c.ptcompat = 0.5.3
z3c.pt = 1.0b16
chameleon.zpt = 1.0b17
chameleon.core = 1.0b35
sourcecodegen = 0.6.9
|