forked from ethereum/pyethereum
-
Notifications
You must be signed in to change notification settings - Fork 3
/
buildout.cfg
72 lines (55 loc) · 915 Bytes
/
buildout.cfg
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
[buildout]
develop =
.
parts =
python
console_scripts
show-picked-versions = true
newest = false
eggs =
pyethereum
[console_scripts]
recipe = zc.recipe.egg
dependent-scripts = false
eggs =
${buildout:eggs}
[python]
recipe = zc.recipe.egg
eggs =
${buildout:eggs}
interpreter = python
[versions]
zc.buildout = 2.2.1
zc.recipe.egg = 2.0.1
parse = 1.6.3
parse-type = 0.3.4
# Required by:
# pyethereum==0.0.1
leveldb = 0.193
# Required by:
# pyethereum==0.0.1
bitcoin = 1.1.8
# Required by:
# pyethereum==0.0.1
bottle = 0.12.7
# Required by:
# pyethereum==0.0.1
miniupnpc = 1.9
# Required by:
# pyethereum==0.0.1
pysha3 = 0.3
# Required by:
# pyethereum==0.0.1
waitress = 0.8.9
# Required by:
# pyethereum==0.0.1
repoze.lru = 0.6
# Required by:
# zc.recipe.egg==2.0.1
setuptools = 2.1
# Required by:
# parse-type==0.3.4
enum34 = 0.9.23
# Required by:
# behave==1.2.4
six = 1.3.0