-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathztk-versions.cfg
More file actions
115 lines (108 loc) · 2.33 KB
/
ztk-versions.cfg
File metadata and controls
115 lines (108 loc) · 2.33 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
[versions]
# ZTK
zope.annotation = 6.0
zope.applicationcontrol = 6.0
zope.authentication = 6.0
zope.browser = 4.0
zope.browsermenu = 6.0
zope.browserpage = 6.0
zope.browserresource = 6.0
zope.cachedescriptors = 6.0
zope.catalog = 6.0
zope.component = 7.1
zope.componentvocabulary = 4.0
zope.configuration = 7.0
zope.container = 7.2
zope.contentprovider = 7.0
zope.contenttype = 6.0
zope.copy = 6.0
zope.copypastemove = 6.0
zope.datetime = 6.0
zope.deferredimport = 6.1.1
zope.deprecation = 6.0
zope.dottedname = 7.0
zope.dublincore = 6.0
zope.error = 6.0
zope.event = 6.1
zope.exceptions = 6.0
zope.filerepresentation = 7.0
zope.formlib = 7.0
zope.hookable = 8.2
zope.i18n = 6.0
zope.i18nmessageid = 8.2
zope.index = 8.1
zope.interface = 8.2
zope.intid = 6.0
zope.keyreference = 7.0
zope.lifecycleevent = 6.0
zope.location = 6.0
zope.login = 4.0
zope.mimetype = 4.0
zope.minmax = 4.0
zope.pagetemplate = 6.1
zope.password = 6.1
zope.pluggableauth = 5.0
zope.principalannotation = 6.0
zope.principalregistry = 6.0
zope.processlifetime = 4.0
zope.proxy = 7.1
zope.ptresource = 6.0
zope.publisher = 8.0
zope.ramcache = 4.0
zope.schema = 8.1
zope.security = 8.3
zope.securitypolicy = 6.0
zope.sendmail = 7.0
zope.session = 6.0
zope.site = 6.0
zope.size = 6.0
zope.structuredtext = 6.0
zope.tal = 6.0
zope.tales = 7.0
zope.testing = 6.1
zope.testrunner = 8.2
zope.traversing = 6.0
zope.untrustedpython = 7.0
zope.viewlet = 6.0
# Direct dependencies
BTrees = 6.3
RestrictedPython = 8.1
ZConfig = 4.3
ZODB = 6.2
bcrypt = 5.0.0
cffi = 2.0.0
multipart = 1.3.0
persistent = 6.5
pycparser = 3.0
python-gettext = 5.0
pytz = 2025.2
transaction = 5.0
zc.lockfile = 4.0
zodbpickle = 4.3
# Hopefully we can get rid of it sometime:
six = 1.17.0
# Testing tools
coverage = 7.13.4
manuel = 1.13.0
# ZTK buildout dependencies
collective.recipe.cmd = 0.11
mr.developer = 2.0.4
z3c.checkversions = 3.0
z3c.recipe.compattest = 4.0
zc.recipe.egg = 4.0.0
zc.recipe.testrunner = 4.0
[versions:python39]
# Newer versions use Python's integrated toml support in coverage
tomli = 2.0.2
# Newer versions on longer support Python 3.9
coverage = 7.10.7
[versions:python310]
# Newer versions use Python's integrated toml support in coverage
tomli = 2.0.2
RestrictedPython = 8.1
[versions:python311]
RestrictedPython = 8.1
[versions:python312]
RestrictedPython = 8.1
[versions:python313]
RestrictedPython = 8.1