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
|
[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]
amqplib = 1.0.2
anyjson = 0.3.3
bson = 0.3.3
bzr = 2.5.1
celery = 2.5.0
configglue = 1.0.3
# DEFAULT_VERSION in distribute_setup.py must match the distribute version here
# If you change it here, change it there.
distribute = 0.6.30
django = 1.3.1
django-configglue = 0.6.1
django-openid-auth = 0.4
django-pgtools = 0.1
django-picklefield = 0.2.1
django-preflight = 0.1
fixtures = 0.3.9
flask = 0.9
httplib2 = 0.7.4
iso8601 = 0.1.4
Jinja2 = 2.6
keyring = 0.9.2
kombu = 2.1.1
launchpadlib = 1.10.2
lazr.authentication = 0.1.2
lazr.restfulclient = 0.13.0
lazr.uri = 1.0.3
libdep-service = 0.5
netlib = 0.2.1
oauth = 1.0.1
oops = 0.0.10
oops-datedir-repo = 0.0.17
oops-dictconfig = 0.0.1
oops-wsgi = 0.0.10
paste = 1.7.5.1
pathod = 0.2.1
postgresfixture = 0.1.2
psycopg2 = 2.4.5
pyasn1 = 0.1.4
pyopenssl = 0.13
python-dateutil = 1.5
python-openid = 2.2.5
pytz = 2012d
pyxdg = 0.23
requests = 0.14.0
simplejson = 2.6.1
south = 0.7.3
storm = 0.19
testresources = 0.2.5
testtools = 0.9.16
treeshape = 0.2.1
Twisted = 12.1.0
txstatsd = 1.0.0
wadllib = 1.3.1
Werkzeug = 0.8.3
wsgi-intercept = 0.5.1
zope.interface = 4.0.1
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
|