-
Notifications
You must be signed in to change notification settings - Fork 1
/
buildout.cfg
55 lines (43 loc) · 1.08 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
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-5.1.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
https://raw.githubusercontent.com/propertyshelf/buildout.plone/master/common.cfg
versions = versions
package-name = plone.mls.listing
package-extras = [test, fotorama]
eggs +=
Products.PrintingMailHost
ps.plone.fotorama
test-eggs +=
Pillow
parts +=
createcoverage
i18ndude
node
rebuild_docs-sh
rebuild_i18n-sh
releaser
sphinxbuilder
zptlint
extensions +=
mr.developer
sources-dir = checkouts
auto-checkout = *
[code-analysis]
directory = ${buildout:directory}/src/plone
[sources]
mls.apiclient = git [email protected]:propertyshelf/mls.apiclient.git
plone.mls.core = git [email protected]:propertyshelf/plone.mls.core.git
ps.plone.mls = git [email protected]:propertyshelf/ps.plone.mls.git
[versions]
mls.apiclient =
plone.mls.core =
plone.mls.listing =
ps.plone.mls =
# python 2.7 compatibility
pep517 = 0.9.1
alabaster = 0.7.12
Pillow = 6.2.2
flake8-isort = 3.0.1
isort = 4.3.21