-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbase.cfg
More file actions
52 lines (41 loc) · 939 Bytes
/
base.cfg
File metadata and controls
52 lines (41 loc) · 939 Bytes
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
[buildout]
package-name = Products.PasswordStrength
package-extras = [test]
test-eggs =
show-picked-versions = true
allow-picked-versions = true
versions = versions
extensions =
mr.developer
auto-checkout =
parts +=
# omelette
robot
[instance]
debug-mode = on
verbose-security = on
[omelette]
recipe = collective.recipe.omelette
eggs =
${instance:eggs}
${test:eggs}
[code-analysis]
directory= ${buildout:directory}/Products.PasswordStrength
[remotes]
collective = git://github.com/collective
collective_push = git@github.com:collective
[sources]
[robot]
recipe = zc.recipe.egg
eggs =
Pillow
${test:eggs}
plone.app.robotframework [debug]
[versions]
Products.PasswordStrength =
# For Buildout related packages, it is easiest to keep them at the same version for all environments.
# Keep these empty will ensure it uses what got installed by requirements.txt
setuptools =
wheel =
zc.buildout =
pip =