forked from collective/collective.twitter.profile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
61 lines (51 loc) · 1.05 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
58
59
60
61
[buildout]
extensions =
buildout.dumppickedversions
buildout.threatlevel
develop = .
unzip = true
parts =
instance
i18ndude
omelette
test
zopepy
extends =
http://dist.plone.org/release/4.1/versions.cfg
http://good-py.appspot.com/release/five.grok/1.2.0-1
find-links =
http://dist.plone.org/release/4.1
http://dist.plone.org/thirdparty
versions = versions
newest = false
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
verbose-security = on
environment-vars = zope_i18n_compile_mo_files true
eggs =
Plone
Pillow
plone.reload
collective.twitter.profile
[i18ndude]
unzip = true
recipe = zc.recipe.egg
eggs = i18ndude
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[test]
recipe = zc.recipe.testrunner
eggs =
Pillow
collective.twitter.profile [test]
defaults = ['--exit-with-status', '--auto-color', '--auto-progress']
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
[versions]
zope.schema = 3.8.0