forked from jazkarta/jazkarta.shop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
68 lines (52 loc) · 1.06 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
62
63
64
65
66
67
68
[buildout]
extends = http://dist.plone.org/release/5.2-latest/versions.cfg
show-picked-versions = true
extensions =
mr.developer
find-links =
http://dist.plone.org/release/5.2-latest/
http://dist.plone.org/thirdparty
parts =
instance
test
createcoverage
releaser
i18ndude
omelette
develop = .
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
eggs =
Plone
Pillow
jazkarta.shop [test]
[createcoverage]
recipe = zc.recipe.egg
eggs = createcoverage
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[test]
recipe = zc.recipe.testrunner
eggs = ${instance:eggs}
defaults = ['-s', 'jazkarta.shop', '--auto-color', '--auto-progress']
[releaser]
recipe = zc.recipe.egg
eggs = zest.releaser
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[versions]
# Don't use a released version of jazkarta.shop
jazkarta.shop =
setuptools =
zc.buildout =
pyOpenSSL = 20.0.1
z3c.currency = 1.2.0
stripe = 2.60.0
authorizenet = 1.1.4
premailer = 3.9.0
cssutils = 2.3.0
cachetools = 4.2.2