-
Notifications
You must be signed in to change notification settings - Fork 9
/
minimum-constraints-install.txt
66 lines (44 loc) · 1.75 KB
/
minimum-constraints-install.txt
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
# Pip constraints file for packages needed for install.
#
# This file specifies constraints that match the minimum versions specified in
# requirements.txt and requirements-base.txt. They are used for example when
# setting up test environments with the minimum versions of any dependent
# packages.
# Base dependencies (must be consistent with requirements-base.txt)
pip==23.3
setuptools==70.0.0
wheel==0.38.1
# Direct dependencies for install (must be consistent with requirements.txt)
# Keep consistent with table for 'minimum' packages in development.rst and with requirements.txt
ansible==2.9.27; python_version == '3.8'
ansible==4.1.0; python_version == '3.9'
ansible==5.0.1; python_version == '3.10'
ansible==7.0.0; python_version == '3.11'
ansible==9.0.1; python_version >= '3.12'
# ansible-core is pulled in by ansible>=4.0, and is needed for pip-check-reqs checks.
ansible-core==2.11.12; python_version == '3.9'
ansible-core==2.12.10; python_version == '3.10'
ansible-core==2.14.18; python_version == '3.11'
ansible-core==2.16.3; python_version >= '3.12'
# other ansible or ansible-core dependencies
resolvelib==0.5.3; python_version == '3.9'
resolvelib==0.5.3; python_version == '3.10'
resolvelib==0.5.3; python_version >= '3.11'
distlib==0.3.6
requests==2.32.2
pytz==2019.1
zhmcclient==1.18.2
# Indirect dependencies for install that are needed for some reason (must be consistent with requirements.txt)
# Jinja2 is used by ansible/ansible-core and by ansible-doc-extractor.
Jinja2==3.1.4
# MarkupSafe is used by Jinja2
MarkupSafe==2.0.0
cryptography==43.0.1
importlib-metadata==4.8.3
packaging==22.0
PyYAML==6.0.2
python-dateutil==2.8.2
jsonschema==4.18.2
urllib3==1.26.19
# All other indirect dependencies for install that are not in requirements.txt
# None