-
Notifications
You must be signed in to change notification settings - Fork 2
/
test-5.2.cfg
64 lines (52 loc) · 1.2 KB
/
test-5.2.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
[buildout]
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-5.2.x.cfg
base.cfg
eggs +=
collective.dexteritytextindexer
update-versions-file = test-5.2.cfg
package-extras +=
collective.dexteritytextindexer
[test]
environment = testenv
[versions]
# to keep prompt-toolkit < 2
ipdb = 0.13.4
#ipython = 6.5.0
ipython = 5.10.0
# to be compatible with py 3.7
Pillow = 9.5.0
# Added by buildout at 2023-02-21 17:10:50.289025
iw.debug = 0.3
jedi = 0.18.2
parso = 0.8.3
# Required by:
# ipdb
backcall = 0.2.0
backports.shutil-get-terminal-size = 1.0.0
ipython-genutils = 0.2.0
pexpect = 4.8.0
pickleshare = 0.7.5
ptyprocess = 0.7.0
# downgraded from zope 2.13.0
Pygments = 2.5.2
simplegeneric = 0.8.1
traitlets = 4.3.2
zipp = 1.2.0
# Required by:
# collective.behavior.internalnumber==0.2.dev0
collective.behavior.talcondition = 0.14
# Required by:
# collective.behavior.internalnumber==0.2.dev0
collective.dexteritytextindexer = 2.4.1
# Required by:
# qa.cfg
flake8 = 3.9.2
# Added by buildout at 2023-03-07 15:35:09.434467
createcoverage = 1.5
flake8-isort = 6.0.0
isort = 5.11.5
mccabe = 0.6.1
plone.recipe.codeanalysis = 3.0.1
pycodestyle = 2.7.0
pyflakes = 2.3.1