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
|
[versions]
<= versions-run
versions-dev
versions-build
[versions-run]
argparse=1.2.1
Chameleon=2.5.1
configobj=4.7.2
docutils=0.9.1
hgtools=2.0.2
httplib2=0.7.7
Jinja2=2.6
keyring=1.0
launchpadlib=1.10.2
lazr.authentication=0.1.2
lazr.restfulclient=0.13.1
lazr.uri=1.0.3
logilab-astng=0.24.1
logilab-common=0.58.3
Mako=0.7.3
MarkupSafe=0.15
oauth=1.0.1
Paste=1.7.5.1
PasteDeploy=1.5.0
PasteScript=1.7.4.2
Pygments=1.4
pymongo=2.0.1
pyramid=1.3.4
pyramid-exclog=0.6
python-dateutil=2.1
PyYAML=3.10
pytest-runner=1.2
redis=2.4.9
repoze.lru=0.4
simplejson=2.2.1
Sphinx = 1.1.3
translationstring=0.4
venusian=1.0a7
wadllib=1.3.1
WebHelpers=1.3
WebOb=1.2.3
wsgi-intercept=0.5.1
wsgiref=0.1.2
xappy=0.6.0
zope.component=3.11.0
zope.deprecation=3.5.0
zope.event=3.5.1
zope.interface=3.8.0
[versions-dev]
coverage=3.5
flake8 = 1.6.2
ipdb = 0.6.1
ipython = 0.12
mock=1.0.1
nose=1.2.1
pyramid-debugtoolbar=1.0.3
six=1.2.0
testresources=0.2.5
WebTest=1.4.3
[versions-build]
# All the stuff buildout wants/needs.
buildout-versions = 1.7
collective.recipe.sphinxbuilder = 0.7.1
distribute = 0.6.24
mr.developer = 1.21
z3c.recipe.scripts = 1.0.1
zc.buildout = 1.6.3
zc.recipe.egg = 1.3.2
|