software-zodb5.cfg 259 Bytes
Newer Older
1 2 3
[buildout]
extends = software.cfg

4
[neoppod]
5
eggs += mock
6 7
ZEO-patches =

8
[versions]
9
ZODB = 5.5.1
10
ZEO = 5.2.0
11
mock = 3.0.5
12
transaction = 2.4.0
13 14

# Required by:
15
# ZEO==5.2.0
16
# trollius==2.2.post1
17
futures = 3.2.0
18 19

# Required by:
20
# ZEO==5.2.0
21
trollius = 2.2.post1