forked from opennode/opennode-management
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
57 lines (48 loc) · 1.1 KB
/
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
[buildout]
develop = .
utils/wsproxy
parts = python scripts test
find-links = http://opennodecloud.com/eggs/
include-site-packages = true
allowed-eggs-from-site-packages = M2Crypto
exec-sitecustomize = false
extensions =
buildout.eggnestdev
mr.developer
eggnest-parts =
python
scripts
eggnest-src-directory = eggnest
sources-dir = plugins
[python]
recipe = zc.recipe.egg
interpreter = python
eggs = opennode.oms.core
pep8<1.3
[scripts]
recipe = zc.recipe.egg:scripts
eggs = opennode.oms.core
ZODB3==3.10.5
coverage
opennode.wsproxy
transaction==1.3.0
pep8<1.3
[docs]
recipe = collective.recipe.sphinxbuilder
eggs = opennode.oms.core
Sphinx
nose
mock
sphinx-bootstrap-theme
[test]
recipe = pbp.recipe.noserunner
eggs = opennode.oms.core
mock
tissue==0.7
[installer]
recipe = cp.recipe.cmd
install_cmd = scripts/build-installer.sh
update_cmd = scripts/build-installer.sh
[sources]
opennode.oms.knot = git [email protected]:opennode/opennode-knot.git
opennode.oms.onc = git [email protected]:opennode/opennode-console-exp.git