-
Notifications
You must be signed in to change notification settings - Fork 29
/
base.cfg
57 lines (49 loc) · 1.16 KB
/
base.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]
index = https://pypi.org/simple/
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/qa.cfg
show-picked-versions = true
extensions =
mr.developer
parts =
instance
omelette
releaser
test
develop = .
package-name = collective.easyform
package-extras = [test,downloadxlsx]
test-eggs =
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
environment-vars =
zope_i18n_compile_mo_files true
eggs =
Plone
Pillow
collective.easyform
Products.PDBDebugMode
pdbpp
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[releaser]
recipe = zc.recipe.egg
eggs = zest.releaser[recommended]
[code-analysis]
pre-commit-hook = False
flake8 = True
flake8-ignore = E501,C901,W503
[versions]
# Don't use a released version of collective.exportimport
collective.easyform =
plone.formwidget.hcaptcha = 1.0.1
plone.formwidget.recaptcha = 2.3.0
# 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 =