-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuildout.cfg
More file actions
85 lines (72 loc) · 1.33 KB
/
buildout.cfg
File metadata and controls
85 lines (72 loc) · 1.33 KB
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
76
77
78
79
80
81
82
83
84
85
[buildout]
find-links =
prefer-final = true
socket-timeout = 1
show-picked-versions = true
extensions =
mr.developer
parts =
# sysegg
omelette
console_scripts
develop = .
eggs =
lizard-scrapelib
[versions]
# Specific pins
lizard-connector =
celery =
amqp = 1.4.9
anyjson = 0.3.3
billiard = 3.3.0.23
collective.recipe.omelette = 0.16
coverage = 4.0.3
createcoverage = 1.5
kombu = 3.0.35
mr.developer = 1.34
pep8 = 1.7.0
pkginfo = 1.2.1
pyflakes = 1.1.0
pytz = 2016.3
requests = 2.9.1
requests-toolbelt = 0.6.0
twine = 1.6.5
zc.buildout = 2.5.0
zc.recipe.egg = 2.0.3
zest.releaser = 6.6.4
# Required by:
# lizard-scrapelib
celery = 3.1.23
lxml = 3.6.0
ciso8601 = 1.0.1
# Required by:
# zest.releaser==6.6.4
colorama = 0.3.7
six = 1.10.0
# Required by:
# mr.developer==1.34
setuptools = 20.3.1
[sources]
# Examples:
# lizard-ui = git git@github.com:lizardsystem/nensskel.git
# [sysegg]
# # Add eggs here that are best handled through OS-level packages.
# recipe = syseggrecipe
# force-sysegg = true
# eggs =
# numpy
[omelette]
# Creates a nice parts/omelette with our used eggs
recipe = collective.recipe.omelette
eggs = ${buildout:eggs}
[console_scripts]
recipe = zc.recipe.egg
dependent-scripts = true
interpreter = python
eggs =
${buildout:eggs}
# Development tools
createcoverage
pep8
pyflakes
zest.releaser