You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importlib-metadata==8.7.0 ; (python_full_version < '3.10.2' and platform_machine == 'ppc64le') or (python_full_version < '3.10.2' and platform_machine == 's390x') or (python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x')
63
75
# via
64
76
# build
65
77
# keyring
@@ -68,21 +80,29 @@ iniconfig==2.1.0
68
80
# via pytest
69
81
isort==6.0.1
70
82
# via pylint
71
-
jaraco-classes==3.4.0
83
+
jaraco-classes==3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
72
84
# via keyring
73
-
jaraco-context==6.0.1
85
+
jaraco-context==6.0.1 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
74
86
# via keyring
75
-
jaraco-functools==4.3.0
87
+
jaraco-functools==4.3.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
76
88
# via keyring
77
89
jedi==0.19.2
78
90
# via pudb
91
+
jeepney==0.9.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
92
+
# via
93
+
# keyring
94
+
# secretstorage
79
95
jinja2==3.1.6
80
96
# via scriv
81
-
keyring==25.6.0
97
+
keyring==25.6.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
zipp==3.23.0 ; (python_full_version < '3.10.2' and platform_machine == 'ppc64le') or (python_full_version < '3.10.2' and platform_machine == 's390x') or (python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x')
Copy file name to clipboardExpand all lines: requirements/kit.pip
+26-10Lines changed: 26 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
# make upgrade
3
3
auditwheel==6.4.2
4
4
# via -r requirements/kit.in
5
-
backports-tarfile==1.2.0
5
+
backports-tarfile==1.2.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
6
6
# via jaraco-context
7
7
bashlex==0.18
8
8
# via cibuildwheel
@@ -16,12 +16,18 @@ certifi==2025.8.3
16
16
# via
17
17
# cibuildwheel
18
18
# requests
19
+
cffi==1.17.1 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
20
+
# via cryptography
19
21
charset-normalizer==3.4.3
20
22
# via requests
21
23
cibuildwheel==3.1.4
22
24
# via -r requirements/kit.in
23
25
colorama==0.4.6
24
-
# via -r requirements/kit.in
26
+
# via
27
+
# -r requirements/kit.in
28
+
# build
29
+
cryptography==45.0.6 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
30
+
# via secretstorage
25
31
dependency-groups==1.3.1
26
32
# via cibuildwheel
27
33
docutils==0.22
@@ -34,21 +40,25 @@ id==1.5.0
34
40
# via twine
35
41
idna==3.10
36
42
# via requests
37
-
importlib-metadata==8.7.0
43
+
importlib-metadata==8.7.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
38
44
# via keyring
39
-
jaraco-classes==3.4.0
45
+
jaraco-classes==3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
40
46
# via keyring
41
-
jaraco-context==6.0.1
47
+
jaraco-context==6.0.1 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
42
48
# via keyring
43
-
jaraco-functools==4.3.0
49
+
jaraco-functools==4.3.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
44
50
# via keyring
45
-
keyring==25.6.0
51
+
jeepney==0.9.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
52
+
# via
53
+
# keyring
54
+
# secretstorage
55
+
keyring==25.6.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
46
56
# via twine
47
57
markdown-it-py==4.0.0
48
58
# via rich
49
59
mdurl==0.1.2
50
60
# via markdown-it-py
51
-
more-itertools==10.7.0
61
+
more-itertools==10.7.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
52
62
# via
53
63
# jaraco-classes
54
64
# jaraco-functools
@@ -61,10 +71,12 @@ packaging==25.0
61
71
# cibuildwheel
62
72
# dependency-groups
63
73
# twine
64
-
patchelf==0.17.2.4
74
+
patchelf==0.17.2.4 ; (platform_machine == 'aarch64' and sys_platform == 'darwin') or (platform_machine == 'arm64' and sys_platform == 'darwin') or (platform_machine == 'x86_64' and sys_platform == 'darwin') or (platform_machine == 'aarch64' and sys_platform == 'linux') or (platform_machine == 'arm64' and sys_platform == 'linux') or (platform_machine == 'x86_64' and sys_platform == 'linux')
65
75
# via cibuildwheel
66
76
platformdirs==4.3.8
67
77
# via cibuildwheel
78
+
pycparser==2.22 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
79
+
# via cffi
68
80
pyelftools==0.32
69
81
# via
70
82
# auditwheel
@@ -75,6 +87,8 @@ pygments==2.19.2
75
87
# rich
76
88
pyproject-hooks==1.2.0
77
89
# via build
90
+
pywin32-ctypes==0.2.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'win32'
91
+
# via keyring
78
92
readme-renderer==44.0
79
93
# via twine
80
94
requests==2.32.5
@@ -88,6 +102,8 @@ rfc3986==2.0.0
88
102
# via twine
89
103
rich==14.1.0
90
104
# via twine
105
+
secretstorage==3.3.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
106
+
# via keyring
91
107
setuptools==80.9.0
92
108
# via -r requirements/kit.in
93
109
twine==6.1.0
@@ -100,5 +116,5 @@ wheel==0.45.1
100
116
# via
101
117
# -r requirements/kit.in
102
118
# cibuildwheel
103
-
zipp==3.23.0
119
+
zipp==3.23.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
0 commit comments