-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathminimum-constraints-install.txt
More file actions
57 lines (37 loc) · 1.39 KB
/
minimum-constraints-install.txt
File metadata and controls
57 lines (37 loc) · 1.39 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
# Pip constraints file for packages needed for installation.
#
# This file specifies constraints that match the minimum versions specified in
# requirements.txt. They are used for example when setting up test
# environments with the minimum versions of any dependent packages.
# Base dependencies
pip==26.0
setuptools==78.1.1
# Note on not specifying 'setuptools-scm[toml]': Extras cannot be in constraints files
setuptools-scm==9.2.0
wheel==0.46.2
# Direct dependencies for install (must be consistent with requirements.txt)
requests==2.32.4
stomp-py==8.1.1
immutabledict==4.2.0
nocasedict==1.0.2
# PyYAML is used by zhmcclient.mock, zhmcclient.testutils and bandit
PyYAML==6.0.2
# jsonschema pulled in by zhmcclient.mock and zhmcclient.testutils and jupyter
jsonschema==4.18.0
# websocket-client is also used by stomp-py 8.0 and notebook(?) 6.4
websocket-client==1.8.0
certifi==2024.07.04
urllib3==2.6.3
# Direct dependencies for install of extra 'testutils' (must be consistent with extra-testutils-requirements)
# Used by zhmcclient.testutils
pytest==8.4.0
# Indirect dependencies for install that are needed for some reason (must be consistent with requirements.txt)
# idna>3 requires using requests >=2.26.0
idna==3.7
# All other indirect dependencies for install that are not in requirements.txt
attrs==22.2.0
chardet==5.2.0
docopt==0.6.2
# Used by zhmcclient.testutils
packaging==24.2
pluggy==1.5.0