Skip to content

Commit 57926a2

Browse files
committed
Updated buildout configuration with pinning versions
1 parent 8d0cc26 commit 57926a2

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

buildout.cfg

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
index = https://pypi.org/simple/
33
extends = http://dist.plone.org/release/5.0-latest/versions.cfg
44
extensions = mr.developer
5+
6+
newest = false
7+
58
parts =
69
instance
710
test
@@ -67,4 +70,33 @@ eggs = zest.releaser
6770

6871

6972
[versions]
73+
# use latest version of setuptools
74+
setuptools =
75+
76+
# Don't use a released version of Products.CMFPlomino
77+
Products.CMFPlomino =
78+
79+
# override some version pinning from Plone:
80+
plone.schema = 1.2.0
81+
82+
# development dependencies (tools and pre commit hook)
83+
plone.recipe.codeanalysis = 2.0
84+
85+
# Required by:
86+
# plone.recipe.codeanalysis==2.0
87+
flake8 = 2.4.1
88+
89+
flake8-coding = 1.1.0
90+
flake8-debugger = 1.4.0
91+
flake8-plone-api = 0.5
92+
flake8-quotes = 0.0.1
93+
94+
# Required by:
95+
# plone.recipe.codeanalysis==2.0
96+
check-manifest = 0.25
97+
98+
# Required by:
99+
# plone.recipe.codeanalysis==2.0
100+
zptlint = 0.2.4
101+
70102

0 commit comments

Comments
 (0)