Skip to content

Commit 6e4fb88

Browse files
committed
Removed unused packages from minimum constraints files
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent 0f5f11b commit 6e4fb88

2 files changed

Lines changed: 7 additions & 28 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed unused packages from minimum constraints files.

minimum-constraints-develop.txt

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -153,78 +153,56 @@ pywinpty==3.0.2; os_name == "nt" and python_version >= '3.13'
153153

154154
alabaster==0.7.9
155155
anyio==4.4.0
156-
appdirs==1.4.3
157156
appnope==0.1.2
158157
argon2-cffi==21.2.0
159-
args==0.1.0
160-
atomicwrites==1.4.0
161-
backports-abc==0.5
162158
backports.shutil-get-terminal-size==1.0.0
163159
backports.ssl-match-hostname==3.5.0.1
164-
bleach==3.3.0
160+
bleach==3.3.0 # used by nbconvert (Jupyter notebook)
165161
cachetools==5.3.2
166162
Click==8.0.2
167-
clint==0.5.1
168-
configparser==4.0.2
163+
commonmark==0.9.1
169164
cryptography==46.0.7 # used by Authlib, which is used by safety
170-
dataclasses==0.8
171165
decorator==4.0.11
172166
defusedxml==0.7.1
173167
distlib==0.3.7
174168
filelock==3.16.1; python_version == '3.9'
175169
filelock==3.20.3; python_version >= '3.10'
176170
gitdb==4.0.8
177-
gitdb2==2.0.0
178-
html5lib==1.1
179171
httpx==0.28.1
180172
imagesize==1.3.0
181-
importlib-resources==6.4.0
173+
importlib-resources==5.12.0; python_version <= '3.11' # Python 3.12 has importlib-resources 5.12
174+
# importlib-resources==6.4.0
182175
jedi==0.17.2
183176
Jinja2==3.1.6
184-
keyring==18.0.0
185-
levenshtein==0.25.1
186-
lxml==6.1.0
187177
MarkupSafe==2.0.0
188178
mistune==3.2.1
189179
nest-asyncio==1.5.4
190180
# nltk 3.9.3 fixes CVE-2025-14009
191181
# Need to comment out nltk==3.9.2 due to issue https://github.com/pyupio/safety/issues/847
192182
# nltk==3.9.2; python_version == '3.9'
193183
nltk==3.9.4; python_version >= '3.10'
194-
# nose is used by older versions of notebook, e.g. 4.3.1
195-
nose==1.3.7
196184
pandocfilters==1.4.1
197-
pathlib2==2.3.3
198185
pexpect==4.3.1
199186
pickleshare==0.7.4
200-
pkginfo==1.4.2
201187
pyproject-api==1.6.1 # used by tox since its 4.0.0
202188
pyrsistent==0.20.0 # used by jsonschema>3.0,<4.18
203189
python-dateutil==2.8.2
204190
python-discovery==1.1.1
205191
prometheus-client==0.13.1
206192
ptyprocess==0.5.1
207-
pyparsing==3.0.7
208193
pywin32-ctypes==0.2.0; sys_platform=="win32" # used by keyring
209-
rfc3986==1.4.0
210194
rich==12.0.0
211-
scandir==1.9.0
212195
Send2Trash==1.8.2
213-
simplegeneric==0.8.1
214-
smmap2==2.0.1
215196
sniffio==1.3.0
216197
stevedore==5.2.0
217198
tenacity==8.5.0
218199
terminado==0.8.3
219-
testpath==0.3
220-
toml==0.10.0
221-
tomli==2.0.1 # used by towncrier
200+
tomli==2.0.1; python_version <= '3.10' # used by a number of packages; built-in to Python>=3.11
222201
tomli-w==1.2.0 # used by tox>=4.48.0
223202
tornado==6.5.6
224203
tqdm==4.66.3
225204
traitlets==5.6.0
226-
typing==3.6.1
227205
typing-extensions==4.14.1
228-
webencodings==0.5.1
206+
webencodings==0.5.1 # used by bleach
229207
widgetsnbextension==4.0.14
230208
zipp==3.20.0

0 commit comments

Comments
 (0)