forked from zopefoundation/Zope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.cfg
82 lines (79 loc) · 2.26 KB
/
versions.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[buildout]
extends =
versions-prod.cfg
versions = versions
[versions]
# Version pins for development and optional dependencies.
Babel = 2.13.1
Jinja2 = 3.1.2
Missing = 5.0
MarkupSafe = 2.1.3
Products.BTreeFolder2 = 5.1
Products.ZCatalog = 7.0
Pygments = 2.17.2
Record = 4.0
Sphinx = 7.2.6
alabaster = 0.7.13
certifi = 2023.11.17
charset-normalizer = 3.3.2
collective.recipe.template = 2.2
colorama = 0.4.6
# sphinx-rtd-theme 1.3.0 requires docutils<19
docutils = 0.18.1
five.localsitemanager = 4.0
idna = 3.4
imagesize = 1.4.1
importlib-metadata = 6.8.0
mr.developer = 2.0.1
packaging = 23.2
plone.recipe.command = 1.1
requests = 2.31.0
snowballstemmer = 2.2.0
sphinx-rtd-theme = 1.3.0
sphinxcontrib-applehelp = 1.0.7
sphinxcontrib-devhelp = 1.0.5
sphinxcontrib-htmlhelp = 2.0.4
sphinxcontrib-jquery = 4.1
sphinxcontrib-jsmath = 1.0.1
sphinxcontrib-qthelp = 1.0.6
sphinxcontrib-serializinghtml = 1.1.9
tempstorage = 6.0
urllib3 = 2.1.0
z3c.checkversions = 2.1
zc.recipe.testrunner = 3.0
zipp = 3.17.0
zope.testrunner = 6.2.1
[versions:python38]
# Sphinx >= 7.2 requires Python 3.9+
Sphinx = 7.1.2
# sphinxcontrib-serializinghtml >= 1.1.6 requires Python 3.9+
sphinxcontrib-serializinghtml = 1.1.5
# sphinxcontrib-qthelp >= 1.0.4 requires Python 3.9+
sphinxcontrib-qthelp = 1.0.3
# sphinxcontrib-htmlhelp >= 2.0.2 requires Python 3.9+
sphinxcontrib-htmlhelp = 2.0.1
# sphinxcontrib-devhelp >= 1.0.3 requires Python 3.9+
sphinxcontrib-devhelp = 1.0.2
# sphinxcontrib-applehelp >= 1.0.5 requires Python 3.9+
sphinxcontrib-applehelp = 1.0.4
[versions:python37]
# importlib-metadata 6.8.0 requires Python 3.8+
importlib-metadata = 6.7.0
# Sphinx >= 6.0 requires Python 3.8+
Sphinx = 5.3.0
# Sphinx 5.3 requires typing-extensions for Python 3.7
typing-extensions = 4.7.1
# sphinxcontrib-serializinghtml >= 1.1.6 requires Python 3.9+
sphinxcontrib-serializinghtml = 1.1.5
# sphinxcontrib-qthelp >= 1.0.4 requires Python 3.9+
sphinxcontrib-qthelp = 1.0.3
# sphinxcontrib-htmlhelp >= 2.0.1 requires Python 3.8+
sphinxcontrib-htmlhelp = 2.0.0
# sphinxcontrib-devhelp >= 1.0.3 requires Python 3.9+
sphinxcontrib-devhelp = 1.0.2
# sphinxcontrib-applehelp >= 1.0.3 requires Python 3.8+
sphinxcontrib-applehelp = 1.0.2
# urllib3 > 2.1.0 requires Python 3.8+
urllib3 = 2.0.7
# zipp >= 3.16 requires Python 3.8+
zipp = 3.15